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

git at osgeo.org git at osgeo.org
Wed May 29 18:22:28 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  bfd873e5b7d20f08eaa8be86497daadf6f355359 (commit)
      from  ac513373934160f079de7cd34aad8e104ec7f756 (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 bfd873e5b7d20f08eaa8be86497daadf6f355359
Author: Daniel Baston <dbaston at gmail.com>
Date:   Wed May 29 21:22:15 2019 -0400

    Add missing benchmark to CMake build

diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt
index 7551373..a7a74a8 100644
--- a/benchmarks/CMakeLists.txt
+++ b/benchmarks/CMakeLists.txt
@@ -11,5 +11,6 @@
 add_executable(perf_class_sizes ClassSizes.cpp)
 target_link_libraries(perf_class_sizes PRIVATE geos)
 
+add_subdirectory(algorithm)
 add_subdirectory(operation)
 add_subdirectory(capi)

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

Summary of changes:
 benchmarks/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list