CMake: Update list of Boost versions yet again

shapetextures
Nicolas Hake 2015-09-18 14:29:35 +02:00
parent 9c546d1d1d
commit 5d37444065
1 changed files with 2 additions and 0 deletions

View File

@ -823,6 +823,8 @@ include_directories(${JPEG_INCLUDE_DIR} ${PNG_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR})
set(Boost_ADDITIONAL_VERSIONS
# FindBoost.cmake goes up to 1.56.0
"1.59.0" "1.59"
"1.58.0" "1.58"
"1.57.0" "1.57"
)
find_package("Boost" 1.40.0 REQUIRED)