Bug fix for last commit

This commit is contained in:
Aleric Inglewood
2013-07-20 00:44:05 +02:00
parent 67a75ab4b6
commit 7162214c01

View File

@@ -30,7 +30,7 @@ else (STANDALONE)
set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options)
set(Boost_REGEX_LIBRARY boost_regex)
set(Boost_SYSTEM_LIBRARY boost_system)
set(Boost_DATE_TIME_LIBRARY boost_date_time-mt)
set(Boost_DATE_TIME_LIBRARY boost_date_time)
elseif (LINUX)
set(Boost_FILESYSTEM_LIBRARY boost_filesystem-mt)
set(Boost_PROGRAM_OPTIONS_LIBRARY boost_program_options-mt)