Skip to content

Commit a69e0ef

Browse files
committed
Cpack build
1 parent 2e0affb commit a69e0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self, platform, arch_name, dir_path, prefix_path):
88
build_utils.BuildRequest.__init__(self, platform, arch_name, dir_path, prefix_path)
99

1010
def build(self, build_type):
11-
cmake_flags = []
11+
cmake_flags = ['-DCPACK_SUPPORT=ON']
1212
self._build_via_cmake_double(cmake_flags, build_type)
1313

1414

0 commit comments

Comments
 (0)