added two additional required boost libs to build on windows, one of which is already pulled by other boost lib in Ubuntu.

This commit is contained in:
Bret Curtis 2013-03-08 15:30:53 +01:00
parent 40b6b4afc5
commit 207f78ab77

View file

@ -183,7 +183,7 @@ endif()
# find boost without components so we can use Boost_VERSION # find boost without components so we can use Boost_VERSION
find_package(Boost REQUIRED) find_package(Boost REQUIRED)
set(BOOST_COMPONENTS system filesystem program_options thread) set(BOOST_COMPONENTS system filesystem program_options thread date_time chrono)
if (Boost_VERSION LESS 104900) if (Boost_VERSION LESS 104900)
set(SHINY_USE_WAVE_SYSTEM_INSTALL "TRUE") set(SHINY_USE_WAVE_SYSTEM_INSTALL "TRUE")