diff --git a/cmake/configureEngine.cmake b/cmake/configureEngine.cmake index a3ac9d3c1..0814ca454 100644 --- a/cmake/configureEngine.cmake +++ b/cmake/configureEngine.cmake @@ -717,7 +717,7 @@ SET (inline "") ENDIF() IF($ENV{SKIP_OAM_INIT}) - SET(SKIP_OAM_INIT 1) + set(SKIP_OAM_INIT 1 CACHE BOOL "Skip OAM initialization" FORCE) ENDIF() EXECUTE_PROCESS( diff --git a/exemgr/main.cpp b/exemgr/main.cpp index 36d8f639d..8c6d8b475 100644 --- a/exemgr/main.cpp +++ b/exemgr/main.cpp @@ -73,6 +73,7 @@ #include "liboamcpp.h" #include "crashtrace.h" #include "utils_utf8.h" +#include "config.h" #if defined(SKIP_OAM_INIT) #include "dbrm.h"