fix for windows

Signed-off-by: Dimitri Stolnikov <horiz0n@gmx.net>
This commit is contained in:
Hoernchen 2012-04-09 22:47:10 +02:00 committed by Dimitri Stolnikov
parent ea429b7b4a
commit 519eb053bc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ set(Boost_ADDITIONAL_VERSIONS
"1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64" "1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"
"1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69" "1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69"
) )
find_package(Boost "1.35") find_package(Boost 1.35 COMPONENTS thread )
if(NOT Boost_FOUND) if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile osmosdr") message(FATAL_ERROR "Boost required to compile osmosdr")