Skip to content

Commit

Permalink
Revert "Try to set GTEST_ROOT"
Browse files Browse the repository at this point in the history
This reverts commit dacfe71.
  • Loading branch information
ahmad-el-sayed committed Aug 12, 2024
1 parent dacfe71 commit a7a28ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/fetch_contents.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ if(ENABLE_UNIT_TESTING)
add_subdirectory(${googletest_SOURCE_DIR} ${googletest_BINARY_DIR} EXCLUDE_FROM_ALL)
endif()

set(GTEST_ROOT ${googletest_SOURCE_DIR})

include(CTest)
endif()
1 change: 0 additions & 1 deletion cmake/find_packages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ find_package(hdf5 REQUIRED)
if (hdf5_FOUND)
message(STATUS "Found HDF5 ${hdf5_VERSION}")
endif()

0 comments on commit a7a28ec

Please sign in to comment.