Salome HOME
CMake:
[modules/geom.git] / adm_local / cmake_files / FindSalomeGEOM.cmake
index b33402698ec5009ec44a9102a551442a699eff27..867f2fe5340c2ce3db9cef11c219241f056f7449 100644 (file)
@@ -29,3 +29,7 @@ SALOME_FIND_PACKAGE(SalomeGEOM SalomeGEOM CONFIG)
 IF(NOT SalomeGEOM_FIND_QUIETLY)
   MESSAGE(STATUS "Found Salome GEOM: ${GEOM_ROOT_DIR}")
 ENDIF()
+
+FOREACH(_res ${SalomeGEOM_EXTRA_ENV})
+  SALOME_ACCUMULATE_ENVIRONMENT(${_res} "${SalomeGEOM_EXTRA_ENV_${_res}}")
+ENDFOREACH()
\ No newline at end of file