We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ce67 commit f4fd660Copy full SHA for f4fd660
cmake/CPM.cmake
@@ -537,10 +537,12 @@ macro(cpm_add_package_single_arg arg)
537
cpm_parse_add_package_single_arg("${arg}" __ARGN_multi)
538
539
# The shorthand syntax implies EXCLUDE_FROM_ALL
540
+ # cmake-format: off
541
list(APPEND __ARGN_multi
542
EXCLUDE_FROM_ALL YES
543
SYSTEM YES
544
)
545
+ # cmake-format: on
546
547
cpm_add_package_multi_arg(${__ARGN_multi}) # Forward function arguments to CPMAddPackage()
548
endmacro()
0 commit comments