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 d4aeb01 commit 4a847a9Copy full SHA for 4a847a9
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
- set(mathmore ON CACHE BOOL "Enabled because builtin_gls requested (${mathmore_description})")
+ set(mathmore ON CACHE BOOL "Enabled because builtin_gsl requested (${mathmore_description})")
648
endif()
649
650
0 commit comments