Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 9f4c842

Browse files
author
Olav de Haas
committed
Fix catkin lint errors
1 parent 612e132 commit 9f4c842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

march_hardware_interface/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ include_directories(include SYSTEM ${catkin_INCLUDE_DIRS})
4343

4444
# needed to circumvent LD_LIBRARY_PATH being emptied through ethercat_grant
4545
# in addition to not propagating march_hardware_interface RUNPATH to dependencies, in contrast to RPATH
46-
SET(GCC_NEWDTAGS_LINK_FLAGS "-Wl,--disable-new-dtags")
47-
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${GCC_NEWDTAGS_LINK_FLAGS}")
46+
set(GCC_NEWDTAGS_LINK_FLAGS "-Wl,--disable-new-dtags")
47+
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${GCC_NEWDTAGS_LINK_FLAGS}")
4848

4949
add_executable(${PROJECT_NAME}_node
5050
src/march_hardware_interface.cpp

0 commit comments

Comments
 (0)