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

git at osgeo.org git at osgeo.org
Fri Dec 21 11:33:44 PST 2018


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  e706f1cdbdb7df052a1e1a1557adcb17008b51ea (commit)
      from  a47cf0f5556e06b7f5ffbe740176ee404e38078a (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 e706f1cdbdb7df052a1e1a1557adcb17008b51ea
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Dec 21 11:33:31 2018 -0800

    Message about not using TTMATH_NOASM

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e7e731..485ff8e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -171,6 +171,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)
   # For now, punt on ASM on Windows/MinGW
   if(MINGW)
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTTMATH_NOASM")
+    message(STATUS "Setting TTMATH_NOASM")
   endif()
 
 elseif(MSVC)

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list