Fix wrong variable name
This commit is contained in:
parent
29f6a56fc8
commit
7f8f092372
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ find_package(Sprout REQUIRED)
|
|||
|
||||
set(DUCKHANDY_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
if (BUILD_TESTING)
|
||||
set(BUILD_TESTS CACHE BOOL ON)
|
||||
set(BUILD_TESTING CACHE BOOL ON)
|
||||
else()
|
||||
set(BUILD_TESTS CACHE BOOL OFF)
|
||||
set(BUILD_TESTING CACHE BOOL OFF)
|
||||
endif()
|
||||
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
|
|
Loading…
Reference in a new issue