[Cmake-commits] [cmake-commits] david.cole committed ExternalProject.cmake 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 18 12:56:53 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv16387

Modified Files:
	ExternalProject.cmake 
Log Message:
Better error message tells user possible ways to resolve the error.


Index: ExternalProject.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/ExternalProject.cmake,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** ExternalProject.cmake	8 Sep 2009 21:28:49 -0000	1.10
--- ExternalProject.cmake	18 Sep 2009 16:56:49 -0000	1.11
***************
*** 674,678 ****
      endif()
    else()
!     message(SEND_ERROR "error: no download info for '${name}'")
    endif()
  
--- 674,678 ----
      endif()
    else()
!     message(SEND_ERROR "error: no download info for '${name}' -- please specify existing SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY or DOWNLOAD_COMMAND")
    endif()
  



More information about the Cmake-commits mailing list