You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
@ -37,6 +37,7 @@ using namespace std;
|
||||
#include "boost/filesystem/operations.hpp"
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "installdir.h"
|
||||
|
||||
#include "configcpp.h"
|
||||
|
@ -43,6 +43,7 @@ using namespace std;
|
||||
#include <boost/thread.hpp>
|
||||
using namespace boost;
|
||||
|
||||
#include "config.h"
|
||||
#include "configcpp.h"
|
||||
using namespace config;
|
||||
|
||||
|
Reference in New Issue
Block a user