Skip to content

Commit

Permalink
[cmake] mention builtin_afterimage as removed
Browse files Browse the repository at this point in the history
And clarify warning, rather than saying that it is not supported, as someone might think that things that are now ON by default are no longer supported.
  • Loading branch information
ferdymercury committed Apr 10, 2024
1 parent f8fe404 commit c9fceaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/RootBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ if(NOT webgui)
endif()

#---Removed options------------------------------------------------------------
foreach(opt afdsmgrd afs alien bonjour castor chirp cxx11 cxx14 cxx17
foreach(opt afdsmgrd afs alien bonjour builtin_afterimage castor chirp cxx11 cxx14 cxx17
exceptions geocad gfal glite globus gsl_shared hdfs ios jemalloc krb5
ldap memstat minuit2 monalisa oracle pyroot-python2 pyroot_legacy
pythia6 pythia6_nolink python qt qtgsi rfio ruby sapdb srp table
tcmalloc vmc xproofd)
if(${opt})
message(FATAL_ERROR ">>> Option '${opt}' is no longer supported in ROOT ${ROOT_VERSION}.")
message(FATAL_ERROR ">>> '${opt}' is no longer part of ROOT ${ROOT_VERSION} build options.")
endif()
endforeach()

Expand Down

0 comments on commit c9fceaa

Please sign in to comment.