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

git at osgeo.org git at osgeo.org
Thu Jan 31 08:50:49 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  c2028ecc4bcbcb8ca27d5dd1662bc0ed4a855a46 (commit)
      from  4abb8d7afe7607a0507b60b924792051428fccb1 (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 c2028ecc4bcbcb8ca27d5dd1662bc0ed4a855a46
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 31 08:50:28 2019 -0800

    Add a debugging output to try to fix NMake/CMake issue with ASM file

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 30a8426..d0f4737 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,6 +15,7 @@ file(GLOB_RECURSE geos_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)
 file(GLOB_RECURSE geos_ALL_HEADERS ${CMAKE_SOURCE_DIR}/include/*.h) # fix source_group issue
 
 # Building with Visual C++ x86_64 needs to compile the asm utilities first
+message(STATUS, 'CMAKE_VS_PLATFORM_NAME = ${CMAKE_VS_PLATFORM_NAME}')
 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 | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list