Skip to content

Commit 372209c

Browse files
committed
fix typo
1 parent 446f0de commit 372209c

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
@@ -90,7 +90,7 @@ set(GKLIB_ROOT "" CACHE STRING "Root directory of GKlib")
9090
if (NOT (GKLIB_ROOT STREQUAL ""))
9191
message(STATUS "GKLIB_ROOT is " ${GKLIB_ROOT})
9292

93-
find_package(GKlib CONFIG NO_DEFAILT_PATH)
93+
find_package(GKlib CONFIG NO_DEFAULT_PATH)
9494

9595
if(GKlib_FOUND)
9696
message(STATUS "gklib CMake config path: ${GKlib_DIR}")

0 commit comments

Comments
 (0)