Skip to content

Commit

Permalink
Merge pull request #706 from jrl-umi3218/glpk
Browse files Browse the repository at this point in the history
find-external: libglpk.so is not in include/glpk
  • Loading branch information
jcarpent authored Aug 21, 2024
2 parents 88d3cb5 + f488566 commit b3c2af1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions find-external/glpk/Findglpk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ find_path(
find_library(
glpk_LIBRARY
NAMES glpk
PATHS ${glpk_PREFIX}
PATH_SUFFIXES include/glpk)
PATHS ${glpk_PREFIX})

set(glpk_LIBRARIES ${glpk_LIBRARY})
set(glpk_INCLUDE_DIRS ${glpk_INCLUDE_DIR})
Expand Down

0 comments on commit b3c2af1

Please sign in to comment.