mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-10 20:29:36 +00:00
fix typo error
This commit is contained in:
parent
bb9817d730
commit
f667ec6a7b
@ -28,7 +28,7 @@ class CMake(Make):
|
||||
def makeTarget(self, target):
|
||||
return 'cmake --build . --target ' + target
|
||||
|
||||
def makeCommand(self props):
|
||||
def makeCommand(self, props):
|
||||
command = [self.make()]
|
||||
|
||||
cpus = multiprocessing.cpu_count()
|
||||
|
Loading…
x
Reference in New Issue
Block a user