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 fb3bbc6 commit 3afdafeCopy full SHA for 3afdafe
cmake/FindHipoDeps.cmake
@@ -240,7 +240,7 @@ if (NOT (GKLIB_ROOT STREQUAL ""))
240
message(STATUS "Found GKlib library at ${GKLIB_LIB}")
241
else()
242
# GKLIB_ROOT was not successful
243
- message(FATAL_ERROR "No GKLib library found at ${GKLIB_ROOT}")
+ message(FATAL_ERROR "No GKlib library found at ${GKLIB_ROOT}")
244
endif()
245
246
0 commit comments