We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedc568 commit 6f0151cCopy full SHA for 6f0151c
CMakeLists.txt
@@ -88,7 +88,7 @@ if (GSL_CONFIG)
88
set(GSL_CXX_FLAGS ${GSL_CXX_FLAGS} CACHE STRING INTERNAL)
89
set(GSL_LIBRARIES ${GSL_LIBRARIES} CACHE STRING INTERNAL)
90
else(GSL_CONFIG)
91
- message ("GSL not found. Some parts of the code will not be compiled.")
+ message(FATAL_ERROR "GSL not found!")
92
endif(GSL_CONFIG)
93
94
# NNAD
0 commit comments