summaryrefslogtreecommitdiff
path: root/deps/jemalloc
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:30 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:53 +0200
commitc64f8d8e825731966f48e76aab183aca3f969f0d (patch)
tree05d072bb5b08d217a812adac1032832c6b3699bb /deps/jemalloc
parentb24a2ea13e13c2b090f8a0be85761070072cdf26 (diff)
Fixed compilation after dir rework
Diffstat (limited to 'deps/jemalloc')
-rw-r--r--deps/jemalloc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt
index fe976cb6ca..b1725f6e19 100644
--- a/deps/jemalloc/CMakeLists.txt
+++ b/deps/jemalloc/CMakeLists.txt
@@ -19,7 +19,7 @@ endif()
# Create the header, so we can use it
configure_file(
- "${CMAKE_SOURCE_DIR}/modules/worldengine/deps/jemalloc/jemalloc_defs.h.in.cmake"
+ "${CMAKE_SOURCE_DIR}/deps/jemalloc/jemalloc_defs.h.in.cmake"
"${BUILDDIR}/jemalloc_defs.h"
@ONLY
)