8000 trying to fix include path (#3263) · MohammedDeveloper/arangodb@d541109 · GitHub
[go: up one dir, main page]

Skip to content

Commit d541109

Browse files
authored
trying to fix include path (arangodb#3263)
1 parent eb221d9 commit d541109

10 files changed

+2
-1349
lines changed

3rdParty/jemalloc/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ include(ExternalProject)
55

66
# set version and paths
77
set(JEMALLOC_VERSION "5.0.1")
8-
# set(JEMALLOC_VERSION "3.6.0")
98
set(JEMALLOC_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/v${JEMALLOC_VERSION}")
109
set(JEMALLOC_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/v${JEMALLOC_VERSION}")
1110

1211
# export to paths to parent scope
1312
set(JEMALLOC_VERSION "${JEMALLOC_VERSION}" PARENT_SCOPE)
14-
set(JEMALLOC_HOME "${JEMALLOC_BINARY_DIR}" PARENT_SCOPE)
1513

1614
# copy files into binary directory
1715
file(
@@ -73,5 +71,6 @@ if (LINUX OR DARWIN)
7371
&& cp -a ${JEMALLOC_BINARY_DIR}/lib/libjemalloc.a ${CMAKE_CURRENT_BINARY_DIR}/lib
7472
)
7573

76-
set(JEMALLOC_LIB "${JEMALLOC_BINARY_DIR}/lib/libjemalloc.a" PARENT_SCOPE)
74+
set(JEMALLOC_HOME "${CMAKE_CURRENT_BINARY_DIR}" PARENT_SCOPE)
75+
set(JEMALLOC_LIB "${CMAKE_CURRENT_BINARY_DIR}/lib/libjemalloc.a" PARENT_SCOPE)
7776
endif ()

3rdParty/jemalloc/v5.0.1/include/jemalloc/internal/jemalloc_internal_defs.h

Lines changed: 0 additions & 340 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0