Expose BUILD_TESTS as (advanced) CMake option
This makes it easier to set BUILD_TESTS (introduced in 87ea0392b477cf1397d835a48c1e7fdaceeed79b) from ccmake/cmake-gui
This commit is contained in:
parent
ee055b5799
commit
a14d003955
@ -74,6 +74,9 @@ elseif(UNIX AND NOT UNIX_STRUCTURE)
|
||||
list(APPEND CMAKE_INSTALL_RPATH "$ORIGIN")
|
||||
endif()
|
||||
|
||||
option(BUILD_TESTS "Build test directory (includes test sources and possibly a platform test executable)" FALSE)
|
||||
mark_as_advanced(BUILD_TESTS)
|
||||
|
||||
if(NOT INSTALLER_RUN)
|
||||
add_subdirectory(deps)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user