[cmake-developers] [CMake 0015081]: Problem with ExternalProject checkout of specific revision
Mantis Bug Tracker
mantis at public.kitware.com
Wed Aug 13 09:51:37 EDT 2014
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=15081
======================================================================
Reported By: ycollet
Assigned To:
======================================================================
Project: CMake
Issue ID: 15081
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2014-08-13 09:51 EDT
Last Modified: 2014-08-13 09:51 EDT
======================================================================
Summary: Problem with ExternalProject checkout of specific
revision
Description:
In my project, I use ExternalProject to checkout a subversion repo.
In the doc, it is indicated that you must use "SVN_REVISION rev" with rev the
revision number.
After some tries, I finally noticed that you must use the following format:
SVN_REVISION -r 2041
Otherwise, ExternalProject complains that 2041 is not an URL.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2014-08-13 09:51 ycollet New Issue
======================================================================
More information about the cmake-developers
mailing list