diff --git a/rmw_dds_common/CMakeLists.txt b/rmw_dds_common/CMakeLists.txt index 375a84d..b21f275 100644 --- a/rmw_dds_common/CMakeLists.txt +++ b/rmw_dds_common/CMakeLists.txt @@ -79,7 +79,8 @@ if(BUILD_TESTING) find_package(performance_test_fixture REQUIRED) # Give cppcheck hints about macro definitions coming from outside this package - get_target_property(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS performance_test_fixture::performance_test_fixture INTERFACE_INCLUDE_DIRECTORIES) + get_target_property(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS performance_test_fixture::performance_test_fixture + INTERFACE_INCLUDE_DIRECTORIES) ament_add_gmock(test_graph_cache test/test_graph_cache.cpp) if(TARGET test_graph_cache)