Skip to content
Snippets Groups Projects
Commit 86eb2462 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Fix typo in CMake option's description

parent bf09e29f
No related branches found
No related tags found
2 merge requests!170Merging latest CMake fixes from master into the branch to test the new CI single-build jobs,!168Fix FullSimLight and FSL builds for distribution kits, and make HepMC3 dependency optional
......@@ -67,7 +67,7 @@ endif()
# Support for the HepMC3 exchange format
# This is ON by default, but it can be disabled by the user if not used/needed,
# or if HepMC3 is not installed.
option(GEOMODEL_USE_HEPMC3 "Buil GeoModel tools with support for the HepMC3 exchancge format (Note: HepMC3 must be installed on the target machine)" ON)
option(GEOMODEL_USE_HEPMC3 "Build GeoModel tools with support for the HepMC3 exchancge format (Note: HepMC3 must be installed on the target machine)" ON)
if(GEOMODEL_USE_HEPMC3)
find_package(HepMC3 REQUIRED) # required by default, but it can be disabled
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment