[Liblas-commits] hg: denable C++ language extensions again to allow boost progs t...

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Aug 23 23:54:58 EDT 2010


changeset 6e50f3513398 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=6e50f3513398
summary: denable C++ language extensions again to allow boost progs to build on msvc

diffstat:

 src/CMakeLists.txt |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 1ea0e479343a -r 6e50f3513398 src/CMakeLists.txt
--- a/src/CMakeLists.txt	Mon Aug 23 13:07:55 2010 -0500
+++ b/src/CMakeLists.txt	Mon Aug 23 22:54:48 2010 -0500
@@ -115,11 +115,12 @@
 endif()
 
 # Diable Visual C++ language extensions when building libLAS library
-if (WIN32)
-  if (MSVC)
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Za")
-  endif()
-endif()
+# Need this enabled for boost to work -- hobu
+#if (WIN32)
+#  if (MSVC)
+#    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Za")
+#  endif()
+#endif()
 
 # Standard include directory of libLAS library
 include_directories(../include)


More information about the Liblas-commits mailing list