diff --git a/CMakeLists.txt b/CMakeLists.txt
index e74185c4..66d0c7bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,6 +16,7 @@ if(NOT CLASS_LOADER_IGNORE_AMENT)
find_package(ament_cmake)
endif()
+find_package(console_bridge_vendor REQUIRED) # Provides console_bridge 0.4.0 on platforms without it.
find_package(console_bridge REQUIRED)
find_package(poco_vendor REQUIRED) # Provides FindPoco.cmake and Poco on platforms without it.
find_package(Poco REQUIRED COMPONENTS Foundation)
diff --git a/package.xml b/package.xml
index 6bbf3529..14796057 100644
--- a/package.xml
+++ b/package.xml
@@ -15,11 +15,13 @@
ament_cmake
- console_bridge
+ console_bridge_vendor
+ libconsole-bridge-dev
libpoco-dev
poco_vendor
- console_bridge
+ console_bridge_vendor
+ libconsole-bridge-dev
libpoco-dev
poco_vendor