提交 a14d0039 编写于 作者: P Palana

Expose BUILD_TESTS as (advanced) CMake option

This makes it easier to set BUILD_TESTS (introduced in
87ea0392) from ccmake/cmake-gui
上级 ee055b57
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册