]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix generation of file SalomeApp.xml in YACS with CMake
authorbarate <barate>
Mon, 3 Oct 2011 12:19:21 +0000 (12:19 +0000)
committerbarate <barate>
Mon, 3 Oct 2011 12:19:21 +0000 (12:19 +0000)
salome_adm/cmake_files/am2cmake.py

index 398fa333f2fb57c96ea1f3dfe01ae74846b87d64..a2073cc2f090329b2947c54e3eb7fcc2c0fa8d36 100644 (file)
@@ -1088,6 +1088,7 @@ class CMakeFile(object):
             key = "salomegui"
             if self.root[-len(key):] == key:
                 self.files.append("resources/YACSCatalog.xml.in")
+                self.files.append("resources/SalomeApp.xml.in")
                 pass
             pass
         for f in self.files: