Skip to content

Commit

Permalink
Create ros-noetic-geometric-shapes.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 31, 2024
1 parent 7e0e6a9 commit cfa34ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patch/ros-noetic-geometric-shapes.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccc9864..0134765 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ endif()
find_library(ASSIMP_ABS_LIBRARIES NAMES ${ASSIMP_LIBRARIES} assimp HINTS ${ASSIMP_LIBRARY_DIRS} ${ASSIMP_PC_LIBRARY_DIRS})
set(ASSIMP_LIBRARIES "${ASSIMP_ABS_LIBRARIES}")

-find_package(Boost REQUIRED system filesystem)
+find_package(Boost REQUIRED system filesystem date_time)

find_package(console_bridge REQUIRED)

0 comments on commit cfa34ac

Please sign in to comment.