[geos-commits] [SCM] GEOS branch master updated. 4abb8d7afe7607a0507b60b924792051428fccb1

git at osgeo.org git at osgeo.org
Wed Jan 30 15:35:44 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  4abb8d7afe7607a0507b60b924792051428fccb1 (commit)
      from  37b405f4f7cf133c6833dd78dcac5501d861b8e8 (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 4abb8d7afe7607a0507b60b924792051428fccb1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jan 30 15:19:24 2019 -0800

    Return to original platform detection

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 323f2d9..30a8426 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,7 +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
-if (MSVC AND ("x${CMAKE_VS_PLATFORM_NAME}" STREQUAL "x64"))
+if (MSVC AND ("x${CMAKE_VS_PLATFORM_NAME}" STREQUAL "xx64"))
   set(TTMATH_MSVC64_ASM ttmathuint_x86_64_msvc.asm)
   enable_language(ASM_MASM)
   message(STATUS "Enabled MASM to compile '${TTMATH_MSVC64_ASM}'")

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list