Skip to content

Commit

Permalink
Try to not bundle SDE but rely on external only.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Aug 8, 2023
1 parent e4020a8 commit f9cf85b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
4 changes: 0 additions & 4 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ if(GINKGO_BUILD_HWLOC AND (NOT HWLOC_FOUND))
add_subdirectory(hwloc)
endif()

if(GINKGO_WITH_PAPI_SDE AND (NOT PAPI_FOUND))
add_subdirectory(papi_sde)
endif()

if(GINKGO_DEVEL_TOOLS)
set(GCF_IGNORE_LIST "third_party" CACHE STRING "Ignore directories for GCF")
add_subdirectory(git-cmake-format)
Expand Down
37 changes: 0 additions & 37 deletions third_party/papi_sde/CMakeLists.txt

This file was deleted.

0 comments on commit f9cf85b

Please sign in to comment.