From 945ddbe82e019c45420b085c76d3ebbe7669d925 Mon Sep 17 00:00:00 2001 From: Henrique Scharlau Coelho Date: Wed, 26 Jul 2023 21:35:34 -0300 Subject: [PATCH] compile fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc953b4..841dfd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED) # further dependencies manually. # find_package( REQUIRED) -install(DIRECTORY models worlds launch +install(DIRECTORY models worlds DESTINATION share/${PROJECT_NAME} ) -- 2.12.0