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 11c2d7f4 authored by gsell's avatar gsell
Browse files

some comments added to FindGSL.cmake

parent 466f16dd
No related branches found
No related tags found
No related merge requests found
# #
# Find GSL includes and library # Find GSL includes and libraries
#
# The FindGSL module shipped with CMake has some drawbacks. To be
# able to find GSL, the CMake variable GSL_ROOT_DIR *must* be set.
# The environment variable C_INCLUDE_PATH and LIBRARY_PATH are
# *not* taken into account.
#
# The following variables will be set if GSL is found:
#
# GSL_INCLUDE_DIR where to find GSL include files
# GSL_LIBRARY GSL library to link against.
# GSL_CBLAS_LIBRARY GSL CBlas library to link against
# GSL_LIBRARIES GSL libraries required for linking
# GSL_FOUND set to True if GSL was found
# #
# GSL_INCLUDE_DIR - where to find ippl.h
# GSL_LIBRARY - GSL library to link against.
# GSL_CBLAS_LIBRARY - GSL CBlas library to link against
# GSL_FOUND - do not attempt to use if "no" or undefined.
if( DEFINED ENV{GSL_ROOT_DIR} ) if( DEFINED ENV{GSL_ROOT_DIR} )
set( GSL_ROOT_DIR $ENV{GSL_ROOT_DIR} ) set( GSL_ROOT_DIR $ENV{GSL_ROOT_DIR} )
......
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