From 5e9ff48b070a11ba20529feb22c68d0e9ef46f3d Mon Sep 17 00:00:00 2001 From: hkr04 Date: Mon, 17 Mar 2025 15:50:12 +0800 Subject: [PATCH] set MCP_BUILD_TESTS OFF as default --- CMakeLists.txt | 2 +- test/googletest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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