Skip to content

Commit ac3d40f

Browse files
[cmake] fix typo / rewrite
Co-authored-by: Stephan Hageboeck <[email protected]>
1 parent fb4fcc1 commit ac3d40f

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
@@ -643,7 +643,7 @@ if(mathmore OR builtin_gsl OR (tmva-cpu AND use_gsl_cblas))
643643
set(GSL_INCLUDE_DIR ${CMAKE_BINARY_DIR}/GSL-prefix/src/GSL-build)
644644
set(GSL_FOUND ON)
645645
if(NOT mathmore)
646-
message(FATAL_ERROR "builtin_gls was enabled, conflict with mathmore=OFF")
646+
message(FATAL_ERROR "builtin_gsl requires mathmore=ON")
647647
endif()
648648
endif()
649649
endif()

0 commit comments

Comments
 (0)