We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5129248 commit 3cb385dCopy full SHA for 3cb385d
cmake/FindHipoDeps.cmake
@@ -10,7 +10,7 @@ if (WIN32)
10
find_package(metis CONFIG REQUIRED)
11
message(STATUS "metis CMake config path: ${metis_DIR}")
12
13
- find_package(gklibCONFIG REQUIRED)
+ find_package(gklib CONFIG REQUIRED)
14
message(STATUS "gklib CMake config path: ${gklib_DIR}")
15
elseif(NOT APPLE)
16
# LINUX
0 commit comments