certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] certi CMakeLists.txt
Date: Sun, 21 Nov 2010 15:32:51 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/11/21 15:32:51

Modified files:
        .              : CMakeLists.txt 

Log message:
        Try to fix compilation on SunOS (typo)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/CMakeLists.txt?cvsroot=certi&r1=1.94&r2=1.95

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- CMakeLists.txt      21 Nov 2010 15:31:08 -0000      1.94
+++ CMakeLists.txt      21 Nov 2010 15:32:51 -0000      1.95
@@ -136,9 +136,9 @@
 IF(CMAKE_COMPILER_IS_GNUCXX)
   # we may add -Wextra if we want gcc to _really_ scream
   set(CXXSTD "c++98")
-  if (CMAKE_SYSTEM_MATCHES "SunOS")
+  if (CMAKE_SYSTEM MATCHES "SunOS")
      set(CXXSTD "gnu++98")    
-  endif(CMAKE_SYSTEM_MATCHES "SunOS")
+  endif(CMAKE_SYSTEM MATCHES "SunOS")
   # we need gnu++98 for long long and uint64 definition on some architecture 
   # (e.g. Solaris 8 + gcc 3.4.x)
   SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=${CXXSTD} -Wall 
-Woverloaded-virtual -Wno-unused-function")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]