Skip to content

Commit 256103c

Browse files
committed
Enable libarchive support by default for development builds
1 parent bf8b327 commit 256103c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakePresets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"binaryDir": "$env{BUILD_DIR}/${sourceDirName}/devel",
9696
"cacheVariables": {
9797
"ENABLE_DEVEL_DEFAULTS": {"type": "BOOL", "value": "ON"},
98+
"USE_LIBARCHIVE": {"type": "BOOL", "value": "ON"},
9899
"CONFIGURATION_NAME": {"type": "STRING", "value": "devel"},
99100
"CONFIGURATION_PACKAGE_SUFFIX": {"type": "STRING", "value": "-devel"},
100101
"CONFIGURATION_PACKAGE_SUFFIX_QTUTILITIES": {"type": "STRING", "value": "-devel"},

0 commit comments

Comments
 (0)