Skip to content

Commit

Permalink
remove force
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminghuang committed Sep 19, 2024
1 parent 40fc739 commit 9c59105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9c59105

Please sign in to comment.