Skip to content

Commit 200c1c9

Browse files
authored
COMFY_DEFAULTS --> LSL_COMFY_DEFAULTS
1 parent 6eef4dc commit 200c1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/LSLCMake.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(LSL_COMFY_DEFAULTS AND NOT CMAKE_BUILD_TYPE)
5252
message(STATUS "CMAKE_BUILD_TYPE was default initialized to Release")
5353
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Build type" FORCE)
5454
endif()
55-
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND COMFY_DEFAULTS)
55+
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND LSL_COMFY_DEFAULTS)
5656
set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/install" CACHE PATH
5757
"Where to put redistributable binaries" FORCE)
5858
endif()

0 commit comments

Comments
 (0)