[sword-svn] r3841 - trunk
scribe at crosswire.org
scribe at crosswire.org
Thu Dec 31 14:03:26 EST 2020
Author: scribe
Date: 2020-12-31 14:03:26 -0500 (Thu, 31 Dec 2020)
New Revision: 3841
Modified:
trunk/CMakeLists.txt
Log:
CMake, ignore svn revision lookup failure, for building not within svn working copy
Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt 2020-12-31 18:57:04 UTC (rev 3840)
+++ trunk/CMakeLists.txt 2020-12-31 19:03:26 UTC (rev 3841)
@@ -13,7 +13,7 @@
# not, then this file is released under the GPLv2 by myself.
include(FindSubversion)
-Subversion_WC_INFO(${CMAKE_CURRENT_SOURCE_DIR} MYSVN)
+Subversion_WC_INFO(${CMAKE_CURRENT_SOURCE_DIR} MYSVN, IGNORE_SVN_FAILURE)
PROJECT(libsword CXX C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
More information about the sword-cvs
mailing list