Remove -fPIC from tracetools and tracetools_test
This commit is contained in:
parent
190655b27c
commit
f475f6dee3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ if(NOT CMAKE_CXX_STANDARD)
|
|||
endif()
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wall -Wextra -Wpedantic -fPIC)
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
endif()
|
||||
|
||||
find_package(ament_cmake REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue