Skip to content

Commit

Permalink
Try to work around a vcpkg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jul 31, 2022
1 parent 9653944 commit b4f27a9
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 @@ -100,7 +100,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
gtl_check_target(gtest)
gtl_check_target(gtest_main)
gtl_check_target(gmock)
set(GTL_GTEST_LIBS gmock_main)
set(GTL_GTEST_LIBS gmock_main gtest)
endif()

enable_testing()
Expand Down

0 comments on commit b4f27a9

Please sign in to comment.