From a83bfa4becb2cfc85ce3886e918134e2176ac6b9 Mon Sep 17 00:00:00 2001 From: inv Date: Tue, 5 Nov 2013 06:37:08 +0000 Subject: [PATCH] Synchronize adm files --- adm_local_without_kernel/cmake_files/SalomeMacros.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm_local_without_kernel/cmake_files/SalomeMacros.cmake b/adm_local_without_kernel/cmake_files/SalomeMacros.cmake index 38e29a210..8dac560f0 100755 --- a/adm_local_without_kernel/cmake_files/SalomeMacros.cmake +++ b/adm_local_without_kernel/cmake_files/SalomeMacros.cmake @@ -778,7 +778,7 @@ ENDMACRO(SALOME_GENERATE_ENVIRONMENT_SCRIPT) MACRO(SALOME_APPEND_LIST_OF_LIST result element_list) SET(_tmp_res) STRING(REPLACE ";" "," _tmp_res "${${element_list}}") - LIST(APPEND ${result} ${_tmp_res}) + SET(${result} "${${result}};${_tmp_res}") # LIST(APPEND ...) doesn't handle well empty elements!? ENDMACRO(SALOME_APPEND_LIST_OF_LIST) ######################################################################### @@ -808,4 +808,4 @@ MACRO(SALOME_CONFIGURE_PREPARE) SALOME_APPEND_LIST_OF_LIST(_PREREQ_COMPO_LIST Salome${_prereq}_COMPONENTS) ENDIF() ENDFOREACH() -ENDMACRO(SALOME_CONFIGURE_PREPARE) \ No newline at end of file +ENDMACRO(SALOME_CONFIGURE_PREPARE) -- 2.39.2