We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
COMFY_DEFAULTS
LSL_COMFY_DEFAULTS
1 parent 6eef4dc commit 200c1c9Copy full SHA for 200c1c9
cmake/LSLCMake.cmake
@@ -52,7 +52,7 @@ if(LSL_COMFY_DEFAULTS AND NOT CMAKE_BUILD_TYPE)
52
message(STATUS "CMAKE_BUILD_TYPE was default initialized to Release")
53
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build type" FORCE)
54
endif()
55
-if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND COMFY_DEFAULTS)
+if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND LSL_COMFY_DEFAULTS)
56
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH
57
"Where to put redistributable binaries" FORCE)
58
0 commit comments