[rkward-cvs] SF.net SVN: rkward-code:[5005] trunk/rkward/CMakeLists.txt

tfry at users.sf.net tfry at users.sf.net
Wed Dec 3 15:04:11 UTC 2014


Revision: 5005
          http://sourceforge.net/p/rkward/code/5005
Author:   tfry
Date:     2014-12-03 15:04:10 +0000 (Wed, 03 Dec 2014)
Log Message:
-----------
The RKWard source repository has moved.
To make sure everybody is aware of this, break attempts to compile from the old trunk location.

Modified Paths:
--------------
    trunk/rkward/CMakeLists.txt

Modified: trunk/rkward/CMakeLists.txt
===================================================================
--- trunk/rkward/CMakeLists.txt	2014-11-13 12:54:46 UTC (rev 5004)
+++ trunk/rkward/CMakeLists.txt	2014-12-03 15:04:10 UTC (rev 5005)
@@ -1,5 +1,11 @@
 PROJECT(rkward)
 
+MESSAGE(FATAL_ERROR 
+"   
+The RKWard source repository has moved, and you are trying to build using the old location.
+This SVN repository will no longer receive any updates. Get the current source repository from:
+  git clone git://anongit.kde.org/rkward.git")
+
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)	# KDElibs seems to need 2.6, though
 
 IF(NOT CMAKE_VERBOSE_MAKEFILE)





More information about the rkward-tracker mailing list