project("Test FindBoost") cmake_minimum_required(VERSION 2.8) find_package(Boost REQUIRED thread) message(STATUS "Boost_LIBRARIES: ${Boost_LIBRARIES}")