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

git at osgeo.org git at osgeo.org
Tue Jan 29 16:01:42 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  bd37b5ae1aa2e963e76c229d879465837c6bf0da (commit)
      from  7a30a2650452a1594ebb9d805633b9f0770980ba (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 bd37b5ae1aa2e963e76c229d879465837c6bf0da
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Jan 29 16:01:29 2019 -0800

    Fix first appveyor issue

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0f3d89e..30a8426 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -19,7 +19,7 @@ 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}'")
-  list(INSERT geos_SOURCES 0 ${CMAKE_CURRENT_SOURCE_DIR}/algorithm/ttmath/${TTMATH_MSVC64_ASM})
+  list(INSERT geos_SOURCES 0 ${CMAKE_SOURCE_DIR}/include/geos/algorithm/ttmath/${TTMATH_MSVC64_ASM})
 endif()
 
 # Include CAPI in OS X framework binary and in static libs

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

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