Skip to content

Commit

Permalink
use the ROOT C++ flags
Browse files Browse the repository at this point in the history
  • Loading branch information
admorris committed Feb 8, 2018
1 parent 60dbaa8 commit 6864228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ foreach(opt ${ROOT_OPTIONAL_COMPONENTS})
endif()
endforeach()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ROOT_CXX_FLAGS}")

# Locate Boost
find_package(Boost REQUIRED system)

Expand Down

0 comments on commit 6864228

Please sign in to comment.