]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Commented unexisting Test directory in src/SSH/CMakeLists.txt and deactivated -r...
authorbarate <barate>
Thu, 12 Nov 2009 16:31:07 +0000 (16:31 +0000)
committerbarate <barate>
Thu, 12 Nov 2009 16:31:07 +0000 (16:31 +0000)
src/Core/Batch_CommunicationProtocolSH.cxx
src/SSH/CMakeLists.txt

index b5193d6a308b1358934d70543cd8045a8ce50459..965c627642d75aaaf07e6c05fbb144f8d7711e2f 100644 (file)
@@ -75,7 +75,9 @@ namespace Batch {
   {
     vector<string> cmd;
     cmd.push_back(CP_COMMAND);
+#ifndef WIN32
     cmd.push_back("-r");
+#endif
     cmd.push_back(fixPath(sourcePath));
     cmd.push_back(fixPath(destinationPath));
     return cmd;
index fcdf99a1ab03d3dc81ac5c0a06bbe920891177d2..e2d921d6e42d216398b92ef3d3342c5614454364 100644 (file)
@@ -28,6 +28,6 @@ SET(CLASS_LIST SSH/Batch_FactBatchManager_eSSH
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
 APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
-IF (TEST_ENABLED)
-    add_subdirectory(Test)
-ENDIF (TEST_ENABLED)
+#IF (TEST_ENABLED)
+#    add_subdirectory(Test)
+#ENDIF (TEST_ENABLED)