From cd08dba827eb89fbc28491495dc3aaa6c36c38e9 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 16 Dec 2021 15:19:18 +0300 Subject: [PATCH] Debug --- roswww_static/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roswww_static/CMakeLists.txt b/roswww_static/CMakeLists.txt index 55f02ae1..fdf3dc44 100644 --- a/roswww_static/CMakeLists.txt +++ b/roswww_static/CMakeLists.txt @@ -11,5 +11,7 @@ catkin_install_python(PROGRAMS update DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) +message(status "CATKIN_ENV: ${CATKIN_ENV}") + add_custom_target(roswww_static ALL COMMAND ${CATKIN_ENV} rosrun roswww_static update)