]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
CMake: BUILD_DOC and BUILD_TESTS set to ON by default
authorbruneton <bruneton>
Mon, 21 Oct 2013 11:57:52 +0000 (11:57 +0000)
committerbruneton <bruneton>
Mon, 21 Oct 2013 11:57:52 +0000 (11:57 +0000)
CMakeLists.txt

index d7c678685e865c11ca1d42ce85f03141e73dba7d..b4b92a776039245bb1895c531f2268a65a175f48 100644 (file)
@@ -73,8 +73,8 @@ ENDIF()
 # User options
 # (some options have already been defined in KERNEL) 
 # ============
-OPTION(SALOME_BUILD_DOC "Generate SALOME GUI documentation" ${SALOME_BUILD_DOC})
-OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ${SALOME_BUILD_TESTS})
+OPTION(SALOME_BUILD_DOC "Generate SALOME GUI documentation" ON)
+OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON)
 OPTION(SALOME_PARAVIS_MINIMAL_CORBA "Build PARAVIS with a minimal CORBA interface" OFF)
 OPTION(SALOME_PARAVIS_BUILD_PLUGINS "Build PARAVIS plugins (MEDReader, etc ...)" ON)