Skip to content

Commit

Permalink
Remove gmock-global
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Jan 29, 2025
1 parent b37300a commit 1a5363e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion isis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ find_package(inja REQUIRED)
if(buildTests)
set(INSTALL_GTEST OFF)
add_subdirectory(../gtest gtest)
add_subdirectory(../gmock-global gmock-global)
else()
set(SENSOR_UTILITIES_BUILD_TESTS OFF CACHE BOOL "Disable SensorUtilities Tests")
endif()
Expand Down
2 changes: 1 addition & 1 deletion isis/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ add_executable(runISISTests
IsisTestMain.cpp
${test_source})

target_link_libraries(runISISTests isis ${MISSION_LIBS} ${ALLLIBS} gmock-global::gmock-global gmock_main)
target_link_libraries(runISISTests isis ${MISSION_LIBS} ${ALLLIBS} gmock_main)

gtest_discover_tests(runISISTests WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests PROPERTIES DISCOVERY_TIMEOUT 6000)

0 comments on commit 1a5363e

Please sign in to comment.