mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Add Cereal the new way
This commit is contained in:
parent
974967640b
commit
cf9723b7cc
4 changed files with 29 additions and 22 deletions
18
deps/deps-unix-common.cmake
vendored
18
deps/deps-unix-common.cmake
vendored
|
@ -18,15 +18,15 @@ endif ()
|
|||
# message(WARNING "No EXPAT dev package found in system, building static library. Consider installing the system package.")
|
||||
# endif ()
|
||||
|
||||
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_ARGS
|
||||
-DJUST_INSTALL_CEREAL=on
|
||||
-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
|
||||
${DEP_CMAKE_OPTS}
|
||||
)
|
||||
# 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_ARGS
|
||||
# -DJUST_INSTALL_CEREAL=on
|
||||
# -DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr/local
|
||||
# ${DEP_CMAKE_OPTS}
|
||||
# )
|
||||
|
||||
ExternalProject_Add(dep_qhull
|
||||
EXCLUDE_FROM_ALL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue