|
|
@ -5,7 +5,7 @@ set(boost_address_model) |
|
|
|
# on windows 64: |
|
|
|
# set(boost_address_model address-model=64) |
|
|
|
|
|
|
|
set(boost_targets --with-filesystem --with-system --with-thread --with-date_time --with-regex --with-test --with-chrono) |
|
|
|
set(boost_targets --with-filesystem --with-system --with-thread --with-date_time --with-regex --with-test --with-chrono --with-program_options) |
|
|
|
ExternalProject_Add(boost |
|
|
|
URL http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz |
|
|
|
BINARY_DIR boost-prefix/src/boost |
|
|
|