NoOptions-stderr.txt 661 B

123456789101112131415161718
  1. ^CMake Error at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
  2. No download info given for 'MyProj' and its source directory:
  3. .*/Tests/RunCMake/ExternalProject/NoOptions-build/MyProj-prefix/src/MyProj
  4. is not an existing non-empty directory. Please specify one of:
  5. \* SOURCE_DIR with an existing non-empty directory
  6. \* DOWNLOAD_COMMAND
  7. \* URL
  8. \* GIT_REPOSITORY
  9. \* SVN_REPOSITORY
  10. \* HG_REPOSITORY
  11. \* CVS_REPOSITORY and CVS_MODULE
  12. Call Stack \(most recent call first\):
  13. .*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_download_command\)
  14. NoOptions.cmake:[0-9]+ \(ExternalProject_Add\)
  15. CMakeLists.txt:[0-9]+ \(include\)$