From f960e5e6627ae34982f684d9fb30d9effb68b4fa Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 11 Dec 2021 00:25:49 +0300 Subject: [PATCH] Fix --- roswww_static/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roswww_static/CMakeLists.txt b/roswww_static/CMakeLists.txt index 26ba9d63..55f02ae1 100644 --- a/roswww_static/CMakeLists.txt +++ b/roswww_static/CMakeLists.txt @@ -12,4 +12,4 @@ catkin_install_python(PROGRAMS update ) add_custom_target(roswww_static ALL - COMMAND rosrun roswww_static update) + COMMAND ${CATKIN_ENV} rosrun roswww_static update)