https://github.com/Kitware/CMake
Raw File
Tip revision: 13d112ea03f2b068da1f7ac3239a42a6cff94eda authored by Brad King on 27 May 2021, 18:05:04 UTC
CMake 3.20.3
Tip revision: 13d112e
NoOptions-stderr.txt
^CMake Error at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
  No download info given for 'MyProj' and its source directory:

   .*/Tests/RunCMake/ExternalProject/NoOptions-build/MyProj-prefix/src/MyProj

  is not an existing non-empty directory.  Please specify one of:

   \* SOURCE_DIR with an existing non-empty directory
   \* DOWNLOAD_COMMAND
   \* URL
   \* GIT_REPOSITORY
   \* SVN_REPOSITORY
   \* HG_REPOSITORY
   \* CVS_REPOSITORY and CVS_MODULE
Call Stack \(most recent call first\):
  .*/Modules/ExternalProject.cmake:[0-9]+ \(_ep_add_download_command\)
  NoOptions.cmake:[0-9]+ \(ExternalProject_Add\)
  CMakeLists.txt:[0-9]+ \(include\)$
back to top