Merge branch '18-remove-unnecessary-fpic-flags-in-tracetools-tracetools_test' into 'master'
Resolve "Remove unnecessary -fPIC flags in tracetools+tracetools_test" Closes #18 See merge request micro-ROS/ros_tracing/ros2_tracing!47
This commit is contained in:
commit
2c76d67755
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ if(NOT CMAKE_CXX_STANDARD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
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()
|
endif()
|
||||||
|
|
||||||
find_package(ament_cmake_ros REQUIRED)
|
find_package(ament_cmake_ros REQUIRED)
|
||||||
|
|
|
@ -7,7 +7,7 @@ if(NOT CMAKE_CXX_STANDARD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
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()
|
endif()
|
||||||
|
|
||||||
find_package(ament_cmake REQUIRED)
|
find_package(ament_cmake REQUIRED)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue