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 446f0de commit 372209cCopy full SHA for 372209c
cmake/FindHipoDeps.cmake
@@ -90,7 +90,7 @@ set(GKLIB_ROOT "" CACHE STRING "Root directory of GKlib")
90
if (NOT (GKLIB_ROOT STREQUAL ""))
91
message(STATUS "GKLIB_ROOT is " ${GKLIB_ROOT})
92
93
- find_package(GKlib CONFIG NO_DEFAILT_PATH)
+ find_package(GKlib CONFIG NO_DEFAULT_PATH)
94
95
if(GKlib_FOUND)
96
message(STATUS "gklib CMake config path: ${GKlib_DIR}")
0 commit comments