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:
Palana 2015-05-22 00:24:17 +02:00
parent ee055b5799
commit a14d003955

View File

@ -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)