Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 99ec8531 authored by gsell's avatar gsell
Browse files

bugfix in FindGSL.cmake: use C_INCLUDE_PATH

parent 217b5dfd
No related branches found
No related merge requests found
......@@ -14,7 +14,7 @@
FIND_PATH (GSL_INCLUDE_DIR gsl/gsl_fft.h
HINTS $ENV{GSL_ROOT_DIR}/include $ENV{GSL_INCLUDE_PATH} $ENV{GSL_INCLUDE_DIR} $ENV{GSL_PREFIX}/include $ENV{GSL_DIR}/include $ENV{GSL}/include
PATHS ENV CPP_INCLUDE_PATH
PATHS ENV C_INCLUDE_PATH
)
......@@ -41,4 +41,4 @@ ELSE ()
IF (GSL_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find GSL!")
ENDIF ()
ENDIF ()
\ No newline at end of file
ENDIF ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment