Skip to content
Snippets Groups Projects
Commit 3142dc83 authored by Max Lyon's avatar Max Lyon
Browse files

add sw search path for lpsolve

parent 7b7646e6
No related branches found
No related tags found
No related merge requests found
Pipeline #16655 failed
......@@ -9,13 +9,15 @@ find_path(LPSOLVE_INCLUDE_DIR
/usr/local/include
/usr/include
${VS_SEARCH_PATH}/lpsolve-5.5.2.11/include
~/sw/lpsolve-5.5.2.11/include
)
find_library(LPSOLVE_LIBRARY
NAMES liblpsolve55
NAMES lpsolve55
HINTS ${LPSOLVE_DIR}
${LPSOLVE_DIR}/lib
${VS_SEARCH_PATH}/lpsolve-5.5.2.11/lib
~/sw/lpsolve-5.5.2.11/lib
PATHS /usr/local/lib
/usr/lib
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment