Commit 9af59e8 1 parent 67f064e commit 9af59e8 Copy full SHA for 9af59e8
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ if(NOT CMAKE_CXX_STANDARD)
11
11
set (CMAKE_CXX_STANDARD 14)
12
12
endif ()
13
13
14
- include (CheckLibraryExists)
15
-
16
14
find_package (ament_cmake_python REQUIRED)
17
15
find_package (ament_cmake_ros REQUIRED)
18
16
@@ -123,8 +121,6 @@ if(BUILD_TESTING)
123
121
124
122
find_package (launch_testing_ament_cmake REQUIRED)
125
123
126
- check_library_exists(atomic __atomic_load_8 "" HAVE_LIBATOMICS)
127
-
128
124
if (ament_cmake_cppcheck_FOUND)
129
125
ament_cppcheck(
130
126
TESTNAME "cppcheck_logging_macros"
@@ -218,11 +214,6 @@ if(BUILD_TESTING)
218
214
LANGUAGE C
219
215
)
220
216
target_link_libraries (test_atomics_executable ${PROJECT_NAME} )
221
- if (HAVE_LIBATOMICS)
222
- target_link_libraries (test_atomics_executable atomic)
223
- ament_export_libraries(atomic)
224
- endif ()
225
-
226
217
add_test (NAME test_atomics COMMAND test_atomics_executable)
227
218
228
219
rcutils_custom_add_gmock(test_error_handling test /test_error_handling.cpp
You can’t perform that action at this time.
0 commit comments