Skip to content

Commit

Permalink
fixed: issue#102, [email protected] configure error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaimanjing authored and harry75369 committed Oct 13, 2023
1 parent cc1ea4c commit 0826083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ if(ENABLE_UNIT_TEST)
message(STATUS "Downloading gtest...")
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
URL https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 0826083

Please sign in to comment.