Skip to content

Commit

Permalink
Fix root version check to make sure GDML tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 22, 2023
1 parent b165e9d commit c5cce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CLICSiD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dd4hep_add_test_reg( CLICSiD_multiple_inputs
#
#
## Always false. Good for now!
if( "${ROOT_FIND_VERSION}" VERSION_GREATER "6.13.0" )
if( "${ROOT_VERSION}" VERSION_GREATER "6.13.0" )
# ROOT Geometry export to GDML
dd4hep_add_test_reg( CLICSiD_GDML_export_LONGTEST
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh"
Expand Down

0 comments on commit c5cce06

Please sign in to comment.