Skip to content

Commit

Permalink
Fix the issue which picking the wrong GSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mirguest authored and tmadlener committed Apr 29, 2024
1 parent 403a8d4 commit ba3b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakemodules/FindGSL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# find gsl-config
SET( GSL_CONFIG_EXECUTABLE GSL_CONFIG_EXECUTABLE-NOTFOUND )
MARK_AS_ADVANCED( GSL_CONFIG_EXECUTABLE )
FIND_PROGRAM( GSL_CONFIG_EXECUTABLE gsl-config PATHS ${GSL_DIR}/bin NO_DEFAULT_PATH )
FIND_PROGRAM( GSL_CONFIG_EXECUTABLE gsl-config PATHS ${GSL_DIR}/bin )
IF( NOT GSL_DIR )
FIND_PROGRAM( GSL_CONFIG_EXECUTABLE gsl-config )
ENDIF()
Expand Down

0 comments on commit ba3b709

Please sign in to comment.