set MCP_BUILD_TESTS OFF as default

main
hkr04 2025-03-17 15:50:12 +08:00
parent 5bc09d6ab0
commit 5e9ff48b07
2 changed files with 2 additions and 2 deletions

View File

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