Skip to content

Commit 6f0151c

Browse files
committed
Small adjustment to CMakeLists.txt
1 parent eedc568 commit 6f0151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if (GSL_CONFIG)
8888
set(GSL_CXX_FLAGS ${GSL_CXX_FLAGS} CACHE STRING INTERNAL)
8989
set(GSL_LIBRARIES ${GSL_LIBRARIES} CACHE STRING INTERNAL)
9090
else(GSL_CONFIG)
91-
message ("GSL not found. Some parts of the code will not be compiled.")
91+
message(FATAL_ERROR "GSL not found!")
9292
endif(GSL_CONFIG)
9393

9494
# NNAD

0 commit comments

Comments
 (0)