mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-15 11:08:38 +00:00
(#14031) [docs] remove src_folder from keyword args for vs_layout
This commit is contained in:
@@ -46,8 +46,7 @@ class PackageConan(ConanFile):
|
||||
self.settings.rm_safe("compiler.cppstd")
|
||||
|
||||
def layout(self):
|
||||
# src_folder must use the same source folder name the project
|
||||
vs_layout(self, src_folder="src")
|
||||
vs_layout(self)
|
||||
|
||||
def requirements(self):
|
||||
# prefer self.requires method instead of requires attribute
|
||||
|
Reference in New Issue
Block a user