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