[geos-commits] [SCM] GEOS branch master updated. c2ac066b9bce4af74a7a89eb9acc3405179c490f

git at osgeo.org git at osgeo.org
Fri Jan 29 15:54:26 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  c2ac066b9bce4af74a7a89eb9acc3405179c490f (commit)
      from  65791765e58af02edf6471c4cc7b7fb193abeca7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c2ac066b9bce4af74a7a89eb9acc3405179c490f
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Jan 29 18:54:14 2021 -0500

    Fix doxygen

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8b39ba..5572a38 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,9 +26,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 
 # TODO: Follow CMake detection of git and version tagging
 #       https://gitlab.kitware.com/cmake/cmake/blob/master/Source/CMakeVersionSource.cmake
-if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)
+#if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)
   set(GEOS_BUILD_FROM_GIT ON)
-endif()
+  #endif()
 
 # Make sure we know our build type
 if(NOT CMAKE_BUILD_TYPE)

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list