Skip to content

Commit

Permalink
Match CmakeLists.txt data with .gitmodules listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Jul 2, 2024
1 parent ae45aae commit 8c6a9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if (${PROJECT_NAME}_BUILD_TESTING AND NOT TARGET gtest)
set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
mark_as_advanced(BUILD_GTEST BUILD_GMOCK INSTALL_GTEST)

add_submodule(gtest ${CMAKE_CURRENT_SOURCE_DIR}/googletest)
add_submodule(gtest ${CMAKE_CURRENT_SOURCE_DIR}/googletest googletest)
endif ()

0 comments on commit 8c6a9a7

Please sign in to comment.