Skip to content
Snippets Groups Projects
Unverified Commit 491eee6b authored by dutor's avatar dutor Committed by GitHub
Browse files

Fix build (#215)

parent c4c89a89
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ endif()
list(APPEND CMAKE_MODULE_PATH ${nebula_common_source_dir}/cmake)
list(APPEND CMAKE_MODULE_PATH ${nebula_common_source_dir}/cmake/nebula)
include(PlatformCheck)
include(NebulaCMakeMacros)
include(GeneralCMakeOptions)
include(GeneralCMakeConfig)
include(GeneralCompilerConfig)
......@@ -95,7 +97,6 @@ include(ThirdPartyConfig)
include(SanitizerConfig)
include(GitHooksConfig)
include(GitInfoConfig)
include(NebulaCMakeMacros)
include(NebulaCustomTargets)
include(ConfigNebulaCommon)
config_nebula_common(
......
......@@ -35,6 +35,9 @@ macro(config_nebula_storage)
-DENABLE_FRAME_POINTER=${ENABLE_FRAME_POINTER}
-DNEBULA_COMMON_SOURCE_DIR=${storage_COMMON_SOURCE_DIR}
-DNEBULA_COMMON_BUILD_DIR=${storage_COMMON_BUILD_DIR}
-DENABLE_PIC=${ENABLE_PIC}
-DENABLE_COMPRESSED_DEBUG_INFO=${ENABLE_COMPRESSED_DEBUG_INFO}
-DNEBULA_USE_LINKER=${NEBULA_USE_LINKER}
${storage_source_dir}
WORKING_DIRECTORY ${storage_build_dir}
RESULT_VARIABLE cmake_status
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment