Skip to content
Snippets Groups Projects
Commit c36da2f3 authored by Matthias's avatar Matthias
Browse files

rectify var reference

parent 3c822499
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ find_package(Threads REQUIRED)
find_package(FFTW3 REQUIRED)
find_package(GSL REQUIRED)
message(STATUS "GSL found=${GSL_FOUND} libs=${GSL_LIBRARIES} inc=${GSL_INCLUDE_DIR} version={GSL_VERSION}")
message(STATUS "GSL found=${GSL_FOUND} libs=${GSL_LIBRARIES} inc=${GSL_INCLUDE_DIR} version=${GSL_VERSION}")
if(WIN32)
set(EIGEN3_INCLUDE_DIR ${CMAKE_INCLUDE_PATH})
......
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