mirror of
https://github.com/fastogt/fastocloud.git
synced 2025-02-12 18:02:02 +00:00
Cpack build
This commit is contained in:
parent
2e0affb4d1
commit
a69e0efe67
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class BuildRequest(build_utils.BuildRequest):
|
||||||
build_utils.BuildRequest.__init__(self, platform, arch_name, dir_path, prefix_path)
|
build_utils.BuildRequest.__init__(self, platform, arch_name, dir_path, prefix_path)
|
||||||
|
|
||||||
def build(self, build_type):
|
def build(self, build_type):
|
||||||
cmake_flags = []
|
cmake_flags = ['-DCPACK_SUPPORT=ON']
|
||||||
self._build_via_cmake_double(cmake_flags, build_type)
|
self._build_via_cmake_double(cmake_flags, build_type)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue