Skip to content
Snippets Groups Projects
Commit 5d41be15 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

hide warnings from libunwind

parent 8c8a9522
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ find_package(unwind REQUIRED)
find_package(gperftools REQUIRED)
find_package(IntelAmplifier)
# Hide some Boost compile time warnings
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
# Hide some Boost/libunwind compile time warnings
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${UNWIND_INCLUDE_DIRS})
#---Components--------------------------------------------------------------
include_directories(src/component)
......
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