@@ -27,4 +27,8 @@ if(NOT DEVOPS_ON)
endforeach()"
COMPONENT devadapters)
+ if(WITH_GITFUR_LOCALCP)
+ install(CODE "execute_process(COMMAND sshpass -p 123456 scp -r /home/chanlp/Run/version/7.5.1.1 vtm@99.12.23.178:/opt/Run/version)")
+ endif(WITH_GITFUR_LOCALCP)
+
endif(NOT DEVOPS_ON)
@@ -56,3 +56,4 @@ option(WITH_PDB_SAVEV2 "save pdb file, pack pdb from build dir directily" OFF)
option(WITH_LABEL_RECORD "save artificatory file label to avs" OFF)
+option(WITH_GITFUR_LOCALCP "copy the file from dev" OFF)