Salome HOME
Errors in directory creation with Vishnu are not fatal
[tools/libbatch.git] / src / CMakeLists.txt
index b93a6b5d3e7426fe33b23570c1861ae6b9ee3d4b..e88e9743f614a333fc3a69cc5d2af199f33e0b62 100644 (file)
@@ -57,7 +57,11 @@ add_subdirectory (SGE)
 add_subdirectory (SSH)
 add_subdirectory (LoadLeveler)
 add_subdirectory (Slurm)
-add_subdirectory (Vishnu)
+
+# 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 "")