Skip to content
Snippets Groups Projects
Commit 12377901 authored by Jan Möbius's avatar Jan Möbius
Browse files

Merge branch 'dev/silence-find-lpsolve' into 'master'

Disable debug mode for LPSolve finder (was very verbose).

See merge request !14
parents 6ee6e9d3 f520aa2a
No related branches found
No related tags found
1 merge request!14Disable debug mode for LPSolve finder (was very verbose).
Pipeline #23416 failed
set(CMAKE_FIND_DEBUG_MODE TRUE)
set(LPSOLVE_DIR $ENV{LPSOLVE_DIR} CACHE PATH "lpsolve directory (contain include/lp_lib.h).")
find_path(LPSOLVE_INCLUDE_DIR
......@@ -36,5 +34,3 @@ endif()
mark_as_advanced(LPSOLVE_INCLUDE_DIR)
mark_as_advanced(LPSOLVE_LIBRARY)
set(CMAKE_FIND_DEBUG_MODE FALSE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment