[geos-commits] [SCM] GEOS branch master updated. 2f02962c6e5cca09b6388131683f0a8517027bb9

git at osgeo.org git at osgeo.org
Thu Jan 31 09:35:15 PST 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  2f02962c6e5cca09b6388131683f0a8517027bb9 (commit)
      from  c2028ecc4bcbcb8ca27d5dd1662bc0ed4a855a46 (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 2f02962c6e5cca09b6388131683f0a8517027bb9
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 31 09:34:59 2019 -0800

    More debugging in aid of NMake/CMake/ASM combo

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d0f4737..663f7c6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -16,6 +16,8 @@ file(GLOB_RECURSE geos_ALL_HEADERS ${CMAKE_SOURCE_DIR}/include/*.h) # fix source
 
 # Building with Visual C++ x86_64 needs to compile the asm utilities first
 message(STATUS, 'CMAKE_VS_PLATFORM_NAME = ${CMAKE_VS_PLATFORM_NAME}')
+message(STATUS, 'MSVC = ${MSVC}')
+message(STATUS, 'CMAKE_SIZEOF_VOID_P = ${CMAKE_SIZEOF_VOID_P}')
 if (MSVC AND ("x${CMAKE_VS_PLATFORM_NAME}" STREQUAL "xx64"))
   set(TTMATH_MSVC64_ASM ttmathuint_x86_64_msvc.asm)
   enable_language(ASM_MASM)

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list