mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Merge topic 'FetchContent-SYSTEM'
4b85141f83 FetchContent: Don't pass SYSTEM through to sub-build
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7977
This commit is contained in:
@@ -1425,6 +1425,9 @@ function(__FetchContent_directPopulate contentName)
|
||||
|
||||
set(options
|
||||
QUIET
|
||||
# SYSTEM has no meaning for ExternalProject, it is only used by us in
|
||||
# FetchContent_MakeAvailable(). We need to parse and discard it here.
|
||||
SYSTEM
|
||||
)
|
||||
set(oneValueArgs
|
||||
SUBBUILD_DIR
|
||||
|
||||
Reference in New Issue
Block a user