From 9c591052fc7ed8f59359b0a2335b37e9f7adb8cc Mon Sep 17 00:00:00 2001 From: Huang-Ming Huang Date: Thu, 19 Sep 2024 18:04:22 -0500 Subject: [PATCH] remove force --- tutorial/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/CMakeLists.txt b/tutorial/CMakeLists.txt index 7fbd884..86975a8 100644 --- a/tutorial/CMakeLists.txt +++ b/tutorial/CMakeLists.txt @@ -6,7 +6,7 @@ project(hpp_proto_tutorial if(PROJECT_IS_TOP_LEVEL) - set(HPP_PROTO_GIT_TAG "" CACHE STRING "Use find_package(hpp-proto) if empty; otherwise the hpp-proto git tag for fetch_content" FORCE) + set(HPP_PROTO_GIT_TAG "" CACHE STRING "Use find_package(hpp-proto) if empty; otherwise the hpp-proto git tag for fetch_content") if(HPP_PROTO_GIT_TAG) include(FetchContent)