Skip to content

Commit

Permalink
drop gtest targets from install command
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Jul 25, 2023
1 parent e415c0d commit 3ce9871
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 @@ -81,7 +81,7 @@ execute_process(COMMAND "${CMAKE_COMMAND}" --build .
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/googletest-download")
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
add_subdirectory("${CMAKE_BINARY_DIR}/googletest-src"
"${CMAKE_BINARY_DIR}/googletest-build")
"${CMAKE_BINARY_DIR}/googletest-build" EXCLUDE_FROM_ALL)

# pmc (Parallel Maximum Clique)
configure_file(cmake/pmc.CMakeLists.txt.in pmc-download/CMakeLists.txt)
Expand Down

0 comments on commit 3ce9871

Please sign in to comment.