[geos-commits] [SCM] GEOS branch master updated. 326b89e67bc082a0708ced2f10ea646ff93bee2d

git at osgeo.org git at osgeo.org
Sun Sep 15 22:10:08 PDT 2019


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  326b89e67bc082a0708ced2f10ea646ff93bee2d (commit)
      from  da7a232692e8cf4b5abe9e7d0e35b99648f396ac (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 326b89e67bc082a0708ced2f10ea646ff93bee2d
Author: nila <n_larsson at yahoo.com>
Date:   Wed Sep 11 13:07:42 2019 +0200

    Add version to CMake generated documentation

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index f855379..0712355 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -27,11 +27,13 @@ if(BUILD_DOCUMENTATION)
     endif()
 
     set(srcdir ${CMAKE_CURRENT_SOURCE_DIR})
+    set(VERSION ${GEOS_VERSION_FULL})
     set(DOXYGEN_LOGFILE ${CMAKE_CURRENT_BINARY_DIR}/doxygen_log)
     configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in
                    ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
                    @ONLY)
     unset(srcdir)
+    unset(VERSION)
     unset(DOXYGEN_LOGFILE)
 
     add_custom_target(docs

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

Summary of changes:
 doc/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list