From c2da706a36ca355509d9dc2abcffc1edc6c49fff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Jan 2014 23:00:28 +1100 Subject: Code cleanup: remove references to svn and code style --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ce4a11cf8e5..7ebc20feaf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -511,12 +511,12 @@ endif() #----------------------------------------------------------------------------- # Check for valid directories -# ... svn extern paths can be missing because of svn-git. +# ... a partial checkout may cause this. if(WITH_INTERNATIONAL) if(NOT EXISTS "${CMAKE_SOURCE_DIR}/release/datafiles/locale") message(WARNING "Translation path '${CMAKE_SOURCE_DIR}/release/datafiles/locale' is missing, " - "This is an 'svn external', which are known not to work with bridges to other version " + "This is a 'git submodule', which are known not to work with bridges to other version " "control systems, disabling 'WITH_INTERNATIONAL'.") set(WITH_INTERNATIONAL OFF) endif() @@ -525,7 +525,7 @@ endif() if(WITH_PYTHON) if(NOT EXISTS "${CMAKE_SOURCE_DIR}/release/scripts/addons") message(WARNING "Addons path '${CMAKE_SOURCE_DIR}/release/scripts/addons' is missing, " - "This is an 'svn external', which are known not to work with bridges to other version " + "This is a 'git submodule', which are known not to work with bridges to other version " "control systems: * CONTINUING WITHOUT ADDONS *") endif() endif() -- cgit v1.2.3