Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Aug 15, 2023
1 parent 3c271a9 commit 9921e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system/workspace_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class Package(object):
cmake_minimum_required(VERSION 3.10)
project({name})
{find_packages}
add_custom_target(install)"""
install(FILES ${{CMAKE_CURRENT_SOURCE_DIR}}/package.xml DESTINATION share/${{PROJECT_NAME}})
"""

CMAKE_CMAKELISTS_FIND_PACKAGE_TEMPLATE = """
find_package({name})"""
Expand Down

0 comments on commit 9921e28

Please sign in to comment.