Salome HOME
Synchronize adm files V8_0_0_BR V8_0_0 V8_0_0rc2
authorMaintenance team (INV) <mnt@opencascade.com>
Wed, 24 Feb 2016 20:11:35 +0000 (23:11 +0300)
committerMaintenance team (INV) <mnt@opencascade.com>
Wed, 24 Feb 2016 20:11:35 +0000 (23:11 +0300)
CMakeModules/SalomeMacros.cmake

index 34f85786d2d062f94631dfcefe31e824c1774635..cae6cbaba793e9ad3bc88a56d88f69fc126532f6 100644 (file)
@@ -944,7 +944,8 @@ MACRO(SALOME_CONFIGURE_PREPARE)
   FOREACH(_prereq IN LISTS _tmp_prereq)
     IF(${_prereq}_DIR)
       SET(_PREREQ_LIST "${_PREREQ_LIST} ${_prereq}")
-      SET(_PREREQ_DIR_LIST "${_PREREQ_DIR_LIST} \"${${_prereq}_DIR}\"")
+      FILE(TO_CMAKE_PATH ${${_prereq}_DIR} CURR_DIR)
+      SET(_PREREQ_DIR_LIST "${_PREREQ_DIR_LIST} \"${CURR_DIR}\"")
       SALOME_APPEND_LIST_OF_LIST(_PREREQ_COMPO_LIST Salome${_prereq}_COMPONENTS)
     ENDIF()
   ENDFOREACH()