We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec167e9 commit 7d9942eCopy full SHA for 7d9942e
reference/conanfile/attributes/sources.inc
@@ -83,7 +83,7 @@ or even better, from ``self.export_sources_folder``.
83
save(self, "CMakeLists.txt", "MISTAKE: Very old CMakeLists to be replaced")
84
# Now I fix it with one of the exported files
85
shutil.copy("../CMakeLists.txt", ".")
86
- shutil.copy(os.path.join(self.export_sources_folder, "CMakeLists.txt", "."))
+ shutil.copy(os.path.join(self.export_sources_folder, "CMakeLists.txt"), ".")
87
88
89
.. seealso::
0 commit comments