We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10b689 commit c6e2297Copy full SHA for c6e2297
cpp/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10.0 FATAL_ERROR)
4
project(EICAfterburner)
5
include_directories(${PROJECT_SOURCE_DIR}/include )
6
7
-option(HEPMC3_ROOTIO "Enable hepmc.root input and output (treerot & root)" ON)
+option(HEPMC3_ROOTIO "Enable hepmc.root input and output (treeroot & root)" ON)
8
9
#This is needed for standalone compilation
10
#find_package(HepMC3 REQUIRED)
0 commit comments