set MCP_BUILD_TESTS OFF as default
parent
5bc09d6ab0
commit
5e9ff48b07
|
@ -49,7 +49,7 @@ add_subdirectory(src)
|
|||
add_subdirectory(examples)
|
||||
|
||||
# Add test directory
|
||||
option(MCP_BUILD_TESTS "Build the tests" ON)
|
||||
option(MCP_BUILD_TESTS "Build the tests" OFF)
|
||||
if(MCP_BUILD_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b514bdc898e2951020cbdca1304b75f5950d1f59
|
||||
Subproject commit 6910c9d9165801d8827d628cb72eb7ea9dd538c5
|
Loading…
Reference in New Issue