diff --git a/tracetools/CMakeLists.txt b/tracetools/CMakeLists.txt
index ca6062a..288b29f 100644
--- a/tracetools/CMakeLists.txt
+++ b/tracetools/CMakeLists.txt
@@ -10,7 +10,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -fPIC)
endif()
-find_package(ament_cmake REQUIRED)
+find_package(ament_cmake_ros REQUIRED)
option(WITH_LTTNG "Include support for tracing with LTTng" OFF)
if(WITH_LTTNG)
diff --git a/tracetools/package.xml b/tracetools/package.xml
index 45e574a..e9bec26 100644
--- a/tracetools/package.xml
+++ b/tracetools/package.xml
@@ -10,7 +10,7 @@
Ingo Luetkebohle
Christophe Bedard
- ament_cmake
+ ament_cmake_ros
pkg-config
liblttng-ust-dev