diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt index 8e937b67c..ddb6e4a8d 100644 --- a/deps/jemalloc/CMakeLists.txt +++ b/deps/jemalloc/CMakeLists.txt @@ -27,12 +27,12 @@ set(JEM_MADFREE_DEF "#undef") endif() -# Create the header, so we can use it -configure_file( - "${CMAKE_SOURCE_DIR}/deps/jemalloc/jemalloc_defs.h.in.cmake" - "${BUILDDIR}/jemalloc_defs.h" - @ONLY -) + # Create the header, so we can use it + configure_file( + "${CMAKE_SOURCE_DIR}/deps/jemalloc/jemalloc_internal_defs.h.in.cmake" + "${BUILDDIR}/jemalloc_internal_defs.h" + @ONLY + ) # Done, let's continue set(jemalloc_STAT_SRC diff --git a/deps/jemalloc/jemalloc_defs.h.in.cmake b/deps/jemalloc/jemalloc_internal_defs.h.in.cmake similarity index 99% rename from deps/jemalloc/jemalloc_defs.h.in.cmake rename to deps/jemalloc/jemalloc_internal_defs.h.in.cmake index 769aa227c..9e5f305f7 100644 --- a/deps/jemalloc/jemalloc_defs.h.in.cmake +++ b/deps/jemalloc/jemalloc_internal_defs.h.in.cmake @@ -340,4 +340,5 @@ /* sizeof(void *) == 2^LG_SIZEOF_PTR. */ #define LG_SIZEOF_PTR @JEM_SIZEDEF@ -#endif /* JEMALLOC_INTERNAL_DEFS_H_ */ \ No newline at end of file +#endif /* JEMALLOC_INTERNAL_DEFS_H_ */ +