Skip to content

Commit

Permalink
Import GKlib from FetchContent
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Oct 27, 2023
1 parent 2799fbb commit 4110d24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 156 deletions.
10 changes: 7 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,18 @@ endif ()
# Define basic parameters
set(BUILD_SHARED_LIBS ${METIS_SHARED_LIBS})

include(conf/gkbuild.cmake)


#[==============================================================================================[
# External packages #
]==============================================================================================]

find_package(GKlib CONFIG)
FetchContent_Declare(GKlib
GIT_REPOSITORY https://github.com/KarypisLab/GKlib
GIT_TAG master
FIND_PACKAGE_ARGS CONFIG
)
FetchContent_MakeAvailable(GKlib)

include(METIS_PackagesInfo)

feature_summary(
Expand Down
5 changes: 0 additions & 5 deletions conf/check_thread_storage.c

This file was deleted.

148 changes: 0 additions & 148 deletions conf/gkbuild.cmake

This file was deleted.

0 comments on commit 4110d24

Please sign in to comment.