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.
2 parents e08cefb + 372209c commit 79ea00aCopy full SHA for 79ea00a
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