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 574a274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/system/workspace_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ class Package(object):
CMAKE_CMAKELISTS_TEMPLATE = """
cmake_minimum_required(VERSION 3.10)
project({name})
{find_packages}
add_custom_target(install)"""
{find_packages}"""

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

0 comments on commit 574a274

Please sign in to comment.