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: Fri, 21 Nov 2008 15:27:32 +0000

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

Modified files:
        .              : CMakeLists.txt 

Log message:
        Reverse to default behavior.
          - should not build the doc
          - library should be shared
        Please do not change default CMakeLists.txt behavior
        before asking to other.

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

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/CMakeLists.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- CMakeLists.txt      21 Nov 2008 13:41:52 -0000      1.62
+++ CMakeLists.txt      21 Nov 2008 15:27:32 -0000      1.63
@@ -25,7 +25,7 @@
 
 # default behaviour is to build library as shared on all platform
 OPTION(BUILD_SHARED
-             "Build libraries as shared library" OFF)
+             "Build libraries as shared library" ON)
              
 OPTION(USE_FULL_RPATH
              "Use the full RPATH" OFF)
@@ -48,7 +48,7 @@
 ENDIF(USE_FULL_RPATH)
   
 OPTION(BUILD_DOC
-             "Build documentation (using doxygen)" ON)         
+             "Build documentation (using doxygen)" OFF)         
              
 OPTION(FORCE_NO_X11 
               "Force not to use X11 (i.e. no Billard GUI)" OFF)   




reply via email to

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