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 Oct 23, 2020
1 parent 89d209b commit bc44562
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 bc44562

Please sign in to comment.