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 fb4fcc1 commit ac3d40fCopy full SHA for ac3d40f
cmake/modules/SearchInstalledSoftware.cmake
@@ -643,7 +643,7 @@ if(mathmore OR builtin_gsl OR (tmva-cpu AND use_gsl_cblas))
643
set(GSL_INCLUDE_DIR ${CMAKE_BINARY_DIR}/GSL-prefix/src/GSL-build)
644
set(GSL_FOUND ON)
645
if(NOT mathmore)
646
- message(FATAL_ERROR "builtin_gls was enabled, conflict with mathmore=OFF")
+ message(FATAL_ERROR "builtin_gsl requires mathmore=ON")
647
endif()
648
649
0 commit comments