compile fix
authorHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Thu, 27 Jul 2023 00:35:34 +0000 (21:35 -0300)
committerHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Thu, 27 Jul 2023 00:35:34 +0000 (21:35 -0300)
CMakeLists.txt

index cc953b4..841dfd6 100644 (file)
@@ -11,7 +11,7 @@ find_package(ament_cmake REQUIRED)
 # further dependencies manually.
 # find_package(<dependency> REQUIRED)
 
-install(DIRECTORY models worlds launch
+install(DIRECTORY models worlds
        DESTINATION share/${PROJECT_NAME}
 )