From b90b8a1afa5df1ce486f366dc4e4b2555834a648 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 21 Mar 2012 08:25:15 +0000 Subject: [PATCH] Forced generation of the CMakeLists.txt from Makefile.am --- salome_adm/cmake_files/am2cmake.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index 33fcc0096..5ea1040e9 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -2579,12 +2579,11 @@ if __name__ == "__main__": if content.find("generated by am2cmake") == -1: convert = False pass - pass - if convert: - convertAmFile(the_root, root, dirs, files, f, module) - nok += 1 - pass + pass pass + if convert: + convertAmFile(the_root, root, dirs, files, f, module) + nok += 1 pass pass pass -- 2.39.2