Skip to content

Commit

Permalink
find-external: libglpk.so is not in include/glpk
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 6, 2024
1 parent 88d3cb5 commit f488566
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 f488566

Please sign in to comment.