From 082ec76c6448ffaebe1d7a25417527cd212e487f Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 20 Mar 2012 09:36:32 +0000 Subject: [PATCH] cmakization of MED. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2f6417bd..c82126174 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ ENABLE_TESTING() SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR}) IF(KERNEL_ROOT_DIR) + SET(MED_ENABLE_KERNEL ON) INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindPLATFORM.cmake) INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindPYTHON.cmake) INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/FindOMNIORB.cmake) -- 2.39.2