1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Moved the SKIP_OAM_INIT check for cleanliness, added 'config.h' to

other places that need it.
This commit is contained in:
Patrick LeBlanc
2018-10-03 12:13:23 -05:00
parent 6626045535
commit e47e784c53
3 changed files with 5 additions and 4 deletions

View File

@ -17,9 +17,6 @@ INCLUDE (CheckSymbolExists)
INCLUDE (CheckCXXSymbolExists)
INCLUDE (CheckTypeSize)
IF($ENV{SKIP_OAM_INIT})
SET(SKIP_OAM_INIT 1)
ENDIF()
CHECK_INCLUDE_FILE_CXX (alloca.h HAVE_ALLOCA_H)
CHECK_INCLUDE_FILE_CXX (arpa/inet.h HAVE_ARPA_INET_H)
CHECK_INCLUDE_FILE_CXX (dlfcn.h HAVE_DLFCN_H)
@ -719,7 +716,9 @@ IF (NOT INLINE)
SET (inline "")
ENDIF()
IF($ENV{SKIP_OAM_INIT})
SET(SKIP_OAM_INIT 1)
ENDIF()
EXECUTE_PROCESS(
COMMAND rm -f conftest.data conftest.file conftest.sym

View File

@ -37,6 +37,7 @@ using namespace std;
#include "boost/filesystem/operations.hpp"
using namespace boost;
#include "config.h"
#include "installdir.h"
#include "configcpp.h"

View File

@ -43,6 +43,7 @@ using namespace std;
#include <boost/thread.hpp>
using namespace boost;
#include "config.h"
#include "configcpp.h"
using namespace config;