Skip to content

Commit 3afdafe

Browse files
authored
Update FindHipoDeps.cmake
1 parent fb3bbc6 commit 3afdafe

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
@@ -240,7 +240,7 @@ if (NOT (GKLIB_ROOT STREQUAL ""))
240240
message(STATUS "Found GKlib library at ${GKLIB_LIB}")
241241
else()
242242
# GKLIB_ROOT was not successful
243-
message(FATAL_ERROR "No GKLib library found at ${GKLIB_ROOT}")
243+
message(FATAL_ERROR "No GKlib library found at ${GKLIB_ROOT}")
244244
endif()
245245
endif()
246246
endif()

0 commit comments

Comments
 (0)