Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and ManuelHu committed Dec 2, 2024
1 parent 04c5327 commit 99ebf7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ if(Geant4_FOUND)
message(STATUS "Found Geant4 v" ${Geant4_VERSION})
endif()

if (Geant4_VERSION VERSION_GREATER_EQUAL "11.2.0")
set(RMG_HAS_GEANT4_11_2_OR_LATER 1)
if(Geant4_VERSION VERSION_GREATER_EQUAL "11.2.0")
set(RMG_HAS_GEANT4_11_2_OR_LATER 1)
else()
set(RMG_HAS_GEANT4_11_2_OR_LATER 0)
set(RMG_HAS_GEANT4_11_2_OR_LATER 0)
endif()

# check for optional components
Expand Down

0 comments on commit 99ebf7a

Please sign in to comment.