cmake/Tests/RunCMake/ExternalProject/SourceMissing-stderr.txt

19 lines
658 B
Plaintext
Raw Normal View History

2015-08-17 11:37:30 +02:00
^CMake Error at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
No download info given for 'MyProj' and its source directory:
.*/Tests/RunCMake/ExternalProject/SourceMissing-build/SourceMissing
is not an existing non-empty directory. Please specify one of:
\* SOURCE_DIR with an existing non-empty directory
2018-01-26 17:06:56 +01:00
\* DOWNLOAD_COMMAND
2015-08-17 11:37:30 +02:00
\* URL
\* GIT_REPOSITORY
2018-01-26 17:06:56 +01:00
\* SVN_REPOSITORY
2015-08-17 11:37:30 +02:00
\* HG_REPOSITORY
\* CVS_REPOSITORY and CVS_MODULE
Call Stack \(most recent call first\):
.*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_download_command\)
SourceMissing.cmake:[0-9]+ \(ExternalProject_Add\)
CMakeLists.txt:[0-9]+ \(include\)$