From a9056ce87acc1e55adc9cac2aa37c49255868eab Mon Sep 17 00:00:00 2001 From: Isaac Morales Date: Sat, 29 Jun 2024 12:02:45 +0200 Subject: [PATCH] Removed deprecated -c flag --- cmake/FindROOT.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindROOT.cmake b/cmake/FindROOT.cmake index 50bc06ee8..fc3a6b1ec 100644 --- a/cmake/FindROOT.cmake +++ b/cmake/FindROOT.cmake @@ -146,7 +146,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary) add_custom_command(OUTPUT ${dictionary}.cxx OUTPUT ${dictionary}_rdict.pcm COMMAND ${LAUNCHER} ${ROOTCLING_EXECUTABLE} -f ${dictionary}.cxx - -c ${ARG_OPTIONS} ${includedirs} ${headerfiles} ${linkdefs} + ${ARG_OPTIONS} ${includedirs} ${headerfiles} ${linkdefs} DEPENDS ${headerfiles} ${linkdefs} VERBATIM) endfunction()