We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cda6aa commit 61fd2f2Copy full SHA for 61fd2f2
1 file changed
visualizers/rviz_interface/CMakeLists.txt
@@ -10,14 +10,6 @@ if (NOT TARGET dls_messages)
10
find_package(dls_messages REQUIRED)
11
endif()
12
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
21
# Set RELEASE as the default build type
22
if(NOT CMAKE_BUILD_TYPE)
23
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type" FORCE)
0 commit comments