Skip to content
Snippets Groups Projects
Commit 8968c029 authored by Jeremy Cohen's avatar Jeremy Cohen
Browse files

Moving back to boost 1.71

parent 8553d603
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ MARK_AS_ADVANCED(Boost_USE_MULTITHREADED)
IF (WIN32)
ADD_DEFINITIONS("-DBOOST_ALL_DYN_LIB")
ADD_DEFINITIONS("-DBOOST_ALL_NO_LIB")
ENDIF()
IF (THIRDPARTY_BUILD_BOOST)
......@@ -123,8 +123,8 @@ IF (THIRDPARTY_BUILD_BOOST)
EXTERNALPROJECT_ADD(
boost
PREFIX ${TPSRC}
URL ${TPURL}/boost_1_73_0.tar.bz2
URL_MD5 "9273c8c4576423562bbe84574b07b2bd"
URL ${TPURL}/boost_1_71_0.tar.bz2
URL_MD5 "4cdf9b5c2dc01fb2b7b733d5af30e558"
STAMP_DIR ${TPBUILD}/stamp
DOWNLOAD_DIR ${TPSRC}
SOURCE_DIR ${TPBUILD}/boost
......@@ -154,8 +154,8 @@ IF (THIRDPARTY_BUILD_BOOST)
EXTERNALPROJECT_ADD(
boost
PREFIX ${TPSRC}
URL URL ${TPURL}/boost_1_73_0.tar.bz2
URL_MD5 "9273c8c4576423562bbe84574b07b2bd"
URL ${TPURL}/boost_1_71_0.tar.bz2
URL_MD5 "4cdf9b5c2dc01fb2b7b733d5af30e558"
STAMP_DIR ${TPBUILD}/stamp
DOWNLOAD_DIR ${TPSRC}
SOURCE_DIR ${TPBUILD}/boost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment