You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.5 KiB
29 lines
1.5 KiB
6 months ago
|
CMake Warning at .*/Modules/FetchContent\.cmake:[0-9]+ \(message\):
|
||
|
FETCHCONTENT_FULLY_DISCONNECTED is set to true, which requires the source
|
||
|
directory for dependency t1 to already be populated\. This generally means
|
||
|
it must not be set to true the first time CMake is run in a build
|
||
|
directory\. The following source directory should already be populated, but
|
||
|
it doesn't exist:[
|
||
|
]+ .*/Tests/RunCMake/CMP0170/IdoNotExist[
|
||
|
]+ Policy CMP0170 controls enforcement of this requirement\.
|
||
|
Call Stack \(most recent call first\):
|
||
|
.*/Modules/FetchContent\.cmake:[0-9]+:EVAL:1 \(__FetchContent_Populate\)
|
||
|
.*/Modules/FetchContent\.cmake:[0-9]+ \(cmake_language\)
|
||
|
CMP0170\.cmake:[0-9]+ \(FetchContent_Populate\)
|
||
|
CMP0170-WARN\.cmake:[0-9]+ \(include\)
|
||
|
CMakeLists\.txt:[0-9]+ \(include\)
|
||
|
[
|
||
|
]+CMake Warning at .*/Modules/FetchContent\.cmake:[0-9]+ \(message\):
|
||
|
FETCHCONTENT_FULLY_DISCONNECTED is set to true, which requires the source
|
||
|
directory for dependency t2 to already be populated\. This generally means
|
||
|
it must not be set to true the first time CMake is run in a build
|
||
|
directory\. The following source directory should already be populated, but
|
||
|
it doesn't exist:[
|
||
|
]+ .*/Tests/RunCMake/CMP0170/IdoNotExist[
|
||
|
]+ Policy CMP0170 controls enforcement of this requirement\.
|
||
|
Call Stack \(most recent call first\):
|
||
|
.*/Modules/FetchContent\.cmake:[0-9]+ \(__FetchContent_Populate\)
|
||
|
CMP0170\.cmake:[0-9]+ \(FetchContent_MakeAvailable\)
|
||
|
CMP0170-WARN\.cmake:[0-9]+ \(include\)
|
||
|
CMakeLists\.txt:[0-9]+ \(include\)
|