mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
More
This commit is contained in:
parent
09cae9f4c2
commit
5037825a59
@ -15,7 +15,7 @@ class CrowConan(ConanFile):
|
||||
def build(self):
|
||||
cmake = CMake(self.settings)
|
||||
self.run('cmake %s/crow %s' % (self.conanfile_directory, cmake.command_line))
|
||||
self.run("cmake . %s" % cmake.build_config)
|
||||
self.run("cmake --build . %s" % cmake.build_config)
|
||||
self.run("make")
|
||||
|
||||
def package(self):
|
||||
|
Loading…
Reference in New Issue
Block a user