]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
CMake: improved reloading of dependent CMake targets in Config file to
authormpa <mpa@opencascade.com>
Tue, 5 Nov 2013 12:43:56 +0000 (12:43 +0000)
committermpa <mpa@opencascade.com>
Tue, 5 Nov 2013 12:43:56 +0000 (12:43 +0000)
account for COMPONENTS.

SalomeGUIConfig.cmake.in

index 0f7f4c1307545f593c0a76c4f196c3cd789b97cb..9fada35179d63b3a9795a59afe1c9625e70924ae 100644 (file)
@@ -88,7 +88,7 @@ SET(_PREREQ_CONFIG_DIR @_PREREQ_DIR_LIST@)
 SET(_PREREQ_COMPONENTS "@_PREREQ_COMPO_LIST@")
 LIST(LENGTH _PREREQ_CONFIG_DIR _list_len)
 IF(NOT _list_len EQUAL 0)
-# Another CMake stupidity - FOREACH(... RANGE r) generates r+1 numbers ...
+  # Another CMake stupidity - FOREACH(... RANGE r) generates r+1 numbers ...
   MATH(EXPR _range "${_list_len}-1")
   FOREACH(_p RANGE ${_range})  
     LIST(GET _PREREQ            ${_p} _pkg    )