]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Enable back CAF package: additional corrections
authorrnv <rnv@opencascade.com>
Tue, 31 Jan 2017 14:00:57 +0000 (17:00 +0300)
committerrnv <rnv@opencascade.com>
Tue, 31 Jan 2017 14:01:28 +0000 (17:01 +0300)
CMakeLists.txt

index 326b619861585ac0bcdfb922e061acb4f5899fc5..6690cb677b5b3294212795e44cac8bcc20f415e6 100755 (executable)
@@ -342,12 +342,6 @@ SET(_${PROJECT_NAME}_exposed_targets
     ImageComposer
 )
 
-# CAF package (not compilable while TDocStd_Application::Formats is removed)
-IF(CAS_VERSION_STR VERSION_LESS "7.0.1")
-  LIST(APPEND _${PROJECT_NAME}_exposed_targets 
-       caf)
-ENDIF()
-
 IF(SALOME_USE_OCCVIEWER OR SALOME_USE_VTKVIEWER OR SALOME_USE_GLVIEWER)
   LIST(APPEND _${PROJECT_NAME}_exposed_targets 
        OpenGLUtils)