Salome HOME
Errors in directory creation with Vishnu are not fatal
[tools/libbatch.git] / src / CMakeLists.txt
index 29328cf90a2c419d1d34432c0fbe7aa223f26e5a..e88e9743f614a333fc3a69cc5d2af199f33e0b62 100644 (file)
@@ -1,4 +1,4 @@
-#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+#  Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -55,6 +55,13 @@ add_subdirectory (LSF)
 add_subdirectory (PBS)
 add_subdirectory (SGE)
 add_subdirectory (SSH)
+add_subdirectory (LoadLeveler)
+add_subdirectory (Slurm)
+
+# Vishnu is not available for Windows
+IF (NOT WIN32)
+    add_subdirectory (Vishnu)
+ENDIF (NOT WIN32)
 
 # Make a copy of the built value and clear the built value for the next run of cmake
 SET(SRC_FILES ${SRC_FILES_BUILD} CACHE INTERNAL "")