Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions vorc_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ if(POLICY CMP0054)
cmake_policy(SET CMP0054 OLD)
endif()

if(POLICY CMP0002)
cmake_policy(SET CMP0002 OLD)
set(ALLOW_DUPLICATE_CUSTOM_TARGETS)
endif()

find_package(catkin REQUIRED COMPONENTS
gazebo_dev
vrx_gazebo
Expand Down