Enable GSL conditional code compilation

This commit is contained in:
Tom Henderson
2022-02-27 12:51:35 -08:00
parent 8e38a150f1
commit 20263e45d4

View File

@@ -796,6 +796,7 @@ macro(process_options)
message(STATUS "GSL was not found. Continuing without it.")
else()
message(STATUS "GSL was found.")
add_definitions(-DHAVE_GSL)
endif()
endif()