Skip to content

Commit 4a847a9

Browse files
committed
fix typo
1 parent d4aeb01 commit 4a847a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SearchInstalledSoftware.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ if(mathmore OR builtin_gsl OR (tmva-cpu AND use_gsl_cblas))
644644
set(GSL_INCLUDE_DIR ${CMAKE_BINARY_DIR}/GSL-prefix/src/GSL-build)
645645
set(GSL_FOUND ON)
646646
if(NOT mathmore)
647-
set(mathmore ON CACHE BOOL "Enabled because builtin_gls requested (${mathmore_description})")
647+
set(mathmore ON CACHE BOOL "Enabled because builtin_gsl requested (${mathmore_description})")
648648
endif()
649649
endif()
650650
endif()

0 commit comments

Comments
 (0)