From c64f8d8e825731966f48e76aab183aca3f969f0d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 13 Oct 2017 19:22:30 +0200 Subject: Fixed compilation after dir rework --- deps/jemalloc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/jemalloc') 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 ) -- cgit v1.2.3