diff options
Diffstat (limited to 'third-party/cmake/BuildJeMalloc.cmake')
-rw-r--r-- | third-party/cmake/BuildJeMalloc.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third-party/cmake/BuildJeMalloc.cmake b/third-party/cmake/BuildJeMalloc.cmake index 9756906d97..b02bff166a 100644 --- a/third-party/cmake/BuildJeMalloc.cmake +++ b/third-party/cmake/BuildJeMalloc.cmake @@ -1,3 +1,8 @@ +if(WIN32) + message(STATUS "Building jemalloc in Windows is not supported (skipping)") + return() +endif() + ExternalProject_Add(jemalloc PREFIX ${DEPS_BUILD_DIR} URL ${JEMALLOC_URL} |