Add build_tools and Self_test as cache options, so that CLion can detect them
This commit is contained in:
parent
dbf5fed2bc
commit
2b844e3680
@ -52,6 +52,9 @@ if(MSVC OR MSVC_IDE)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(BUILD_TOOLS OFF CACHE BOOL "")
|
||||||
|
set(SELF_TEST OFF CACHE BOOL "")
|
||||||
|
|
||||||
# This has to be done before any flags have been set up.
|
# This has to be done before any flags have been set up.
|
||||||
if(${BUILD_TOOLS})
|
if(${BUILD_TOOLS})
|
||||||
message("Building tools")
|
message("Building tools")
|
||||||
|
Loading…
Reference in New Issue
Block a user