mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
cmake: BUILD_TESTS as option explicitly; added missed dependency
This commit is contained in:
parent
1f0d016f44
commit
7ac134254f
1 changed files with 3 additions and 0 deletions
|
@ -436,6 +436,9 @@ include(version.cmake)
|
||||||
add_subdirectory(contrib)
|
add_subdirectory(contrib)
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
|
|
||||||
|
option(BUILD_TESTS "Build tests." OFF)
|
||||||
|
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue