Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-03-22 15:00:14 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commitcf9723b7ccd7f9ccc6ec0776cec04ae7486a740e (patch)
tree3e6d684fee583842e3dbad6b6d61addc90a8a8bb /deps/deps-windows.cmake
parent974967640b6b269d3f0e84b1a3c4e093a87dd20e (diff)
Add Cereal the new way
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake24
1 files changed, 12 insertions, 12 deletions
diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake
index f071db3d3..3ec4f6ebf 100644
--- a/deps/deps-windows.cmake
+++ b/deps/deps-windows.cmake
@@ -81,18 +81,18 @@ ExternalProject_Add(dep_boost
INSTALL_COMMAND "" # b2 does that already
)
-ExternalProject_Add(dep_cereal
- EXCLUDE_FROM_ALL 1
- URL "https://github.com/USCiLab/cereal/archive/v1.2.2.tar.gz"
-# URL_HASH SHA256=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
- CMAKE_GENERATOR "${DEP_MSVC_GEN}"
- CMAKE_GENERATOR_PLATFORM "${DEP_PLATFORM}"
- CMAKE_ARGS
- -DJUST_INSTALL_CEREAL=on
- "-DCMAKE_INSTALL_PREFIX:PATH=${DESTDIR}\\usr\\local"
- BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
- INSTALL_COMMAND ""
-)
+# ExternalProject_Add(dep_cereal
+# EXCLUDE_FROM_ALL 1
+# URL "https://github.com/USCiLab/cereal/archive/v1.2.2.tar.gz"
+# # URL_HASH SHA256=c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
+# CMAKE_GENERATOR "${DEP_MSVC_GEN}"
+# CMAKE_GENERATOR_PLATFORM "${DEP_PLATFORM}"
+# CMAKE_ARGS
+# -DJUST_INSTALL_CEREAL=on
+# "-DCMAKE_INSTALL_PREFIX:PATH=${DESTDIR}\\usr\\local"
+# BUILD_COMMAND msbuild /m /P:Configuration=Release INSTALL.vcxproj
+# INSTALL_COMMAND ""
+# )
# if (${DEPS_BITS} EQUAL 32)
# set(DEP_LIBCURL_TARGET "x86")