summaryrefslogtreecommitdiff
path: root/cmake/FindGLPK.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindGLPK.cmake')
-rw-r--r--cmake/FindGLPK.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindGLPK.cmake b/cmake/FindGLPK.cmake
index e2b07faff..1587ca821 100644
--- a/cmake/FindGLPK.cmake
+++ b/cmake/FindGLPK.cmake
@@ -44,3 +44,6 @@ find_package_handle_standard_args(GLPK
GLPK_INCLUDE_DIR GLPK_LIBRARIES)
mark_as_advanced(GLPK_INCLUDE_DIR GLPK_LIBRARIES)
+if(GLPK_LIBRARIES)
+ message(STATUS "Found GLPK libs: ${GLPK_LIBRARIES}")
+endif()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback