[Bf-blender-cvs] [41212c1d443] master: CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configuration

Campbell Barton noreply at git.blender.org
Tue Sep 13 05:30:26 CEST 2022


Commit: 41212c1d4430a2b3c27164434bf9d1412d445c52
Author: Campbell Barton
Date:   Tue Sep 13 13:24:50 2022 +1000
Branches: master
https://developer.blender.org/rB41212c1d4430a2b3c27164434bf9d1412d445c52

CMake: omit WITH_INSTALL_PORTABLE from the 'lite' configuration

As portable is already the default, setting it meant using the lite
configuration would always reset the value if was intentionally changed.

This was also inconsistent as other configurations left this unset.

===================================================================

M	build_files/cmake/config/blender_lite.cmake

===================================================================

diff --git a/build_files/cmake/config/blender_lite.cmake b/build_files/cmake/config/blender_lite.cmake
index 060fcc0638b..38997e2139b 100644
--- a/build_files/cmake/config/blender_lite.cmake
+++ b/build_files/cmake/config/blender_lite.cmake
@@ -7,8 +7,6 @@
 #   cmake -C../blender/build_files/cmake/config/blender_lite.cmake  ../blender
 #
 
-set(WITH_INSTALL_PORTABLE    ON  CACHE BOOL "" FORCE)
-
 set(WITH_ALEMBIC             OFF CACHE BOOL "" FORCE)
 set(WITH_AUDASPACE           OFF CACHE BOOL "" FORCE)
 set(WITH_BLENDER_THUMBNAILER OFF CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list