mirror of
https://github.com/gwm17/Specter.git
synced 2025-04-19 06:18:51 -04:00
Update CMakeLists.txt
Changes elseif to two if statements
This commit is contained in:
parent
8f6c00a6a7
commit
204d1bf4c1
|
@ -15,7 +15,8 @@ option(BUILD_SPECPROJECT "Build SpecProject template" Off)
|
||||||
|
|
||||||
if(NOT DEFINED SPECTER_BINARY_DIR)
|
if(NOT DEFINED SPECTER_BINARY_DIR)
|
||||||
set(SPECTER_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
|
set(SPECTER_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
|
||||||
elseif(NOT DEFINED SPECTER_LIBRARY_DIR) # optional block, can be repeated
|
endif()
|
||||||
|
if(NOT DEFINED SPECTER_LIBRARY_DIR) # optional block, can be repeated
|
||||||
set(SPECTER_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
set(SPECTER_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user