Skip to content

Commit

Permalink
Prevent warnings from external include directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jun 3, 2016
1 parent 41c2a66 commit b2ad35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (ASSIMP_FOUND)
else()
message(STATUS "Assimp version does not have unified headers")
endif()
include_directories(${ASSIMP_INCLUDE_DIRS})
include_directories(SYSTEM ${ASSIMP_INCLUDE_DIRS})
link_directories(${ASSIMP_LIBRARY_DIRS})
else()
message(STATUS "could not find assimp (perhaps available thorugh ROS package?), so assimping assimp v2")
Expand Down Expand Up @@ -204,7 +204,7 @@ include_directories(SYSTEM
${OPENGL_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
)
include_directories(src ${catkin_INCLUDE_DIRS})
include_directories(src SYSTEM ${catkin_INCLUDE_DIRS})

#### If gtk ends up being the best way to get the correct window
#### position under X11, this is how to compile it in.
Expand Down

0 comments on commit b2ad35f

Please sign in to comment.