]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Preparing porting to PV4.2.
authorabn <adrien.bruneton@cea.fr>
Tue, 9 Sep 2014 14:19:45 +0000 (16:19 +0200)
committerabn <adrien.bruneton@cea.fr>
Tue, 9 Sep 2014 14:19:45 +0000 (16:19 +0200)
Version of VTK is no more constrained at configuration time.

CMakeLists.txt

index 66873d4570a378f944f2f7f534c8df7aa1f06c47..6ff58f42d9e54696052e8e80ad8e5a1d1a57cf76 100755 (executable)
@@ -156,7 +156,7 @@ ELSE()
 ENDIF()
 IF(SALOME_USE_VTKVIEWER)
   # Required components are listed in the FindSalomeVTK.cmake file: 
-  FIND_PACKAGE(SalomeVTK 6.1
+  FIND_PACKAGE(SalomeVTK) 
   SALOME_LOG_OPTIONAL_PACKAGE(VTK SALOME_USE_VTKVIEWER)
 ELSE()
   ADD_DEFINITIONS("-DDISABLE_VTKVIEWER")