diff --git a/CMakeLists.txt b/CMakeLists.txt index 15b5535..d899199 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/test/googletest b/test/googletest index b514bdc..6910c9d 160000 --- a/test/googletest +++ b/test/googletest @@ -1 +1 @@ -Subproject commit b514bdc898e2951020cbdca1304b75f5950d1f59 +Subproject commit 6910c9d9165801d8827d628cb72eb7ea9dd538c5