Skip to content

Commit

Permalink
configure yaml-cpp include directory (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lehner authored and rhaschke committed Mar 30, 2020
1 parent 84f55b6 commit 2b0ee3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rviz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
find_package(yaml-cpp REQUIRED)

include_directories(${YAML_CPP_INCLUDE_DIR})

if(UNIX AND NOT APPLE)
find_package(X11 REQUIRED)
endif()
Expand Down

0 comments on commit 2b0ee3b

Please sign in to comment.