Skip to content
Snippets Groups Projects
Commit 1450333d authored by Chad Lantz's avatar Chad Lantz
Browse files

Ignored shadow declarations because of conflict with G4SystemOfUnits and TBuffer

parent a7ab90ff
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ target_link_libraries(lightGuide ${Geant4_LIBRARIES} ${ROOT_LIBRARIES} cadmesh )
add_executable(plotHisto ${DEPENDENCIES} Analysis/plotHisto.cc)
TARGET_LINK_LIBRARIES(plotHisto ${ROOT_LIBRARIES})
#----------------------------------------------------------------------------
#Add Compiler flags
#
add_definitions(-Wno-shadow)
#----------------------------------------------------------------------------
# Copy all scripts to the build directory, i.e. the directory in which we
# build lightGuide. This is so that we can run the executable directly because it
......
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