summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/SourceMissing-stderr.txt
blob: e62f7cf5a36941b2f4793f9f4982e9da3569c603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
^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
   \* URL
   \* GIT_REPOSITORY
   \* HG_REPOSITORY
   \* CVS_REPOSITORY and CVS_MODULE
   \* SVN_REVISION
   \* DOWNLOAD_COMMAND
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\)$