]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
If the is stick on the previous word, we have to add a space ...
authoradam <adam>
Mon, 1 Dec 2008 15:50:12 +0000 (15:50 +0000)
committeradam <adam>
Mon, 1 Dec 2008 15:50:12 +0000 (15:50 +0000)
salome_adm/cmake_files/am2cmake.py

index 3bdf93657919721bbfbb89d54463deb6553ca4c0..266fa6e112c281a0cb34fd2e9b0bc2be1323f362 100644 (file)
@@ -102,7 +102,7 @@ class CMakeFile(object):
         # --
         # Replace the composed lines separated by "\\n" by an unique line
         # --
-        content = p_multiline.sub(r'', content)
+        content = p_multiline.sub(r' ', content)
         
         # --
         content = content.replace("-no-undefined -version-info=0:0:0", "")