Skip to content

Commit 7030b32

Browse files
[cmake] fix typo / rewrite
Co-authored-by: Stephan Hageboeck <[email protected]>
1 parent 07d65c1 commit 7030b32

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-
message(FATAL_ERROR "builtin_gls was enabled, conflict with mathmore=OFF")
647+
message(FATAL_ERROR "builtin_gsl requires mathmore=ON")
648648
endif()
649649
endif()
650650
endif()

0 commit comments

Comments
 (0)