Skip to content

Commit

Permalink
Update conans/test/functional/toolchains/cmake/cmakedeps/test_cmakede…
Browse files Browse the repository at this point in the history
…ps_aliases.py

Co-authored-by: Luis Martinez de Bartolome Izquierdo <[email protected]>
  • Loading branch information
SSE4 and lasote authored Oct 20, 2021
1 parent 82061b7 commit 1e1a966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Hello(ConanFile):
def package_info(self):
self.cpp_info.components["buy"].set_property("cmake_target_aliases",
["hola::adios"], "CMakeDeps")
["hola::adios"])
""")

cmakelists = textwrap.dedent("""
Expand Down

0 comments on commit 1e1a966

Please sign in to comment.