@@ -644,7 +644,7 @@ if(mathmore OR builtin_gsl OR (tmva-cpu AND use_gsl_cblas))
644
644
set (GSL_INCLUDE_DIR ${CMAKE_BINARY_DIR} /GSL-prefix /src/GSL-build )
645
645
set (GSL_FOUND ON )
646
646
if (NOT mathmore)
647
- set (mathmore ON CACHE BOOL "Enabled because builtin_gls requested (${mathmore_description} )" FORCE )
647
+ set (mathmore ON CACHE BOOL "Enabled because builtin_gls requested (${mathmore_description} )" )
648
648
endif ()
649
649
endif ()
650
650
endif ()
@@ -694,7 +694,7 @@ endif()
694
694
if (NOT WIN32 AND NOT APPLE )
695
695
if (opengl AND NOT x11)
696
696
message (STATUS "OpenGL was disabled, since it is requires x11 on Linux" )
697
- set (opengl OFF CACHE BOOL "OpenGL requires x11" FORCE)
697
+ set (opengl OFF CACHE BOOL "Disabled because OpenGL requires x11" FORCE)
698
698
endif ()
699
699
endif ()
700
700
# The opengl flag enables the graf3d features that depend on OpenGL, and these
@@ -932,7 +932,7 @@ if(fftw3)
932
932
endif ()
933
933
if (builtin_fftw3)
934
934
if (NOT fftw3)
935
- set (fftw3 ON CACHE BOOL "Enabled because builtin_fftw3 requested (${fftw3_description} )" FORCE )
935
+ set (fftw3 ON CACHE BOOL "Enabled because builtin_fftw3 requested (${fftw3_description} )" )
936
936
endif ()
937
937
set (FFTW_VERSION 3.3.8)
938
938
message (STATUS "Downloading and building FFTW version ${FFTW_VERSION} " )
@@ -960,7 +960,7 @@ if(fitsio OR builtin_cfitsio)
960
960
endif ()
961
961
if (builtin_cfitsio)
962
962
if (NOT fitsio)
963
- set (fitsio ON CACHE BOOL "Enabled because builtin_cfitsio requested (${fitsio_description} )" FORCE )
963
+ set (fitsio ON CACHE BOOL "Enabled because builtin_cfitsio requested (${fitsio_description} )" )
964
964
endif ()
965
965
add_library (CFITSIO::CFITSIO STATIC IMPORTED GLOBAL )
966
966
add_subdirectory (builtins/cfitsio)
@@ -1025,7 +1025,7 @@ endif()
1025
1025
1026
1026
if (builtin_xrootd)
1027
1027
if (NOT xrootd)
1028
- set (xrootd ON CACHE BOOL "Enabled because builtin_xrootd requested (${xrootd_description} )" FORCE )
1028
+ set (xrootd ON CACHE BOOL "Enabled because builtin_xrootd requested (${xrootd_description} )" )
1029
1029
endif ()
1030
1030
ROOT_CHECK_CONNECTION("builtin_xrootd=OFF" )
1031
1031
if (NO_CONNECTION)
@@ -1198,7 +1198,7 @@ endif()
1198
1198
1199
1199
if (builtin_davix)
1200
1200
if (NOT davix)
1201
- set (davix ON CACHE BOOL "Enabled because builtin_davix is enabled (${davix_description} )" FORCE )
1201
+ set (davix ON CACHE BOOL "Enabled because builtin_davix is enabled (${davix_description} )" )
1202
1202
endif ()
1203
1203
ROOT_CHECK_CONNECTION("builtin_davix=OFF" )
1204
1204
if (NO_CONNECTION)
@@ -1302,7 +1302,7 @@ endif()
1302
1302
1303
1303
if (builtin_tbb)
1304
1304
if (NOT imt)
1305
- set (imt ON CACHE BOOL "Enabled because builtin_tbb is enabled (${imt_description} )" FORCE )
1305
+ set (imt ON CACHE BOOL "Enabled because builtin_tbb is enabled (${imt_description} )" )
1306
1306
endif ()
1307
1307
ROOT_CHECK_CONNECTION("builtin_tbb=OFF" )
1308
1308
if (NO_CONNECTION)
@@ -1388,7 +1388,7 @@ if(builtin_vc)
1388
1388
unset (Vc_FOUND)
1389
1389
unset (Vc_FOUND CACHE )
1390
1390
if (NOT vc)
1391
- set (vc ON CACHE BOOL "Enabled because builtin_vc requested (${vc_description} )" FORCE )
1391
+ set (vc ON CACHE BOOL "Enabled because builtin_vc requested (${vc_description} )" )
1392
1392
endif ()
1393
1393
elseif (vc)
1394
1394
if (fail-on -missing)
@@ -1480,7 +1480,7 @@ if(builtin_veccore)
1480
1480
unset (VecCore_FOUND)
1481
1481
unset (VecCore_FOUND CACHE )
1482
1482
if (NOT vc)
1483
- set (veccore ON CACHE BOOL "Enabled because builtin_veccore requested (${veccore_description} )" FORCE )
1483
+ set (veccore ON CACHE BOOL "Enabled because builtin_veccore requested (${veccore_description} )" )
1484
1484
endif ()
1485
1485
elseif (veccore)
1486
1486
if (vc)
@@ -1600,7 +1600,7 @@ if(vdt OR builtin_vdt)
1600
1600
endif ()
1601
1601
if (builtin_vdt)
1602
1602
if (NOT vdt)
1603
- set (vdt ON CACHE BOOL "Enabled because builtin_vdt enabled (${vdt_description} )" FORCE )
1603
+ set (vdt ON CACHE BOOL "Enabled because builtin_vdt enabled (${vdt_description} )" )
1604
1604
endif ()
1605
1605
set (vdt_version 0.4.6)
1606
1606
set (VDT_FOUND True )
0 commit comments