From c05e2c047dcd8953a4242c696dd34abf0674ffdf Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 8 Sep 2016 17:58:07 +0300 Subject: [PATCH] Additional fix for the '23311: [CEA 1922] SALOME master - m4 macro CHECK_MED is invalid' issue. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d7c6fe6..5d108cc11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -219,6 +219,7 @@ IF(WIN32) ENDIF(WIN32) ADD_SUBDIRECTORY(src) +ADD_SUBDIRECTORY(adm_local) IF(MEDCOUPLING_BUILD_DOC) ADD_SUBDIRECTORY(doc) -- 2.39.2