Skip to content

Commit

Permalink
Remove non CMake external package management
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Aug 8, 2023
1 parent 6bfcaae commit fec6811
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ if(GINKGO_BUILD_MPI)
endif()

# Try to find the third party packages before using our subdirectories
include(cmake/package_helpers.cmake)
if(GINKGO_BUILD_TESTS)
find_package(GTest 1.10.0) # No need for QUIET as CMake ships FindGTest
endif()
Expand Down
27 changes: 0 additions & 27 deletions cmake/DownloadNonCMakeCMakeLists.txt.in

This file was deleted.

60 changes: 0 additions & 60 deletions cmake/package_helpers.cmake

This file was deleted.

0 comments on commit fec6811

Please sign in to comment.