We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d65c1 commit 7030b32Copy full SHA for 7030b32
cmake/modules/SearchInstalledSoftware.cmake
@@ -644,7 +644,7 @@ if(mathmore OR builtin_gsl OR (tmva-cpu AND use_gsl_cblas))
644
set(GSL_INCLUDE_DIR ${CMAKE_BINARY_DIR}/GSL-prefix/src/GSL-build)
645
set(GSL_FOUND ON)
646
if(NOT mathmore)
647
- message(FATAL_ERROR "builtin_gls was enabled, conflict with mathmore=OFF")
+ message(FATAL_ERROR "builtin_gsl requires mathmore=ON")
648
endif()
649
650
0 commit comments