Skip to content

Commit 61fd2f2

Browse files
committed
rviz_interface: cmake fix
1 parent 1cda6aa commit 61fd2f2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

visualizers/rviz_interface/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ if (NOT TARGET dls_messages)
1010
find_package(dls_messages REQUIRED)
1111
endif()
1212

13-
14-
if(DEFINED DLS_MESSAGE_FOLDER)
15-
list(APPEND CMAKE_MODULE_PATH "${DLS_MESSAGE_FOLDER}/cmake")
16-
else()
17-
list(APPEND CMAKE_MODULE_PATH "/usr/include/dls_messages/cmake")
18-
endif()
19-
include(generate_msg_library)
20-
2113
# Set RELEASE as the default build type
2214
if(NOT CMAKE_BUILD_TYPE)
2315
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)

0 commit comments

Comments
 (0)