Skip to content

Commit 3cb385d

Browse files
committed
fix typo
1 parent 5129248 commit 3cb385d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (WIN32)
1010
find_package(metis CONFIG REQUIRED)
1111
message(STATUS "metis CMake config path: ${metis_DIR}")
1212

13-
find_package(gklibCONFIG REQUIRED)
13+
find_package(gklib CONFIG REQUIRED)
1414
message(STATUS "gklib CMake config path: ${gklib_DIR}")
1515
elseif(NOT APPLE)
1616
# LINUX

0 commit comments

Comments
 (0)