Skip to content
Snippets Groups Projects
Commit 3aecaf47 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixed another typo in FindGSL. Library list was converted to string.

parent 162b00cc
No related branches found
No related tags found
1 merge request!213Update rmoogli.py
......@@ -77,7 +77,7 @@ ELSE(WIN32)
/opt/lib /opt/lib64
)
IF (GSL_LIB AND GSLCBLAS_LIB)
SET (GSL_LIBRARIES "${GSL_LIB} ${GSLCBLAS_LIB}")
SET (GSL_LIBRARIES ${GSL_LIB} ${GSLCBLAS_LIB})
ENDIF (GSL_LIB AND GSLCBLAS_LIB)
FIND_PATH(GSL_INCLUDE_DIRS NAMES gsl/gsl_blas.h
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment