mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Dropped minimum required boost version to 1.55.
This commit is contained in:
parent
0346667c43
commit
f19ae80fea
@ -33,11 +33,7 @@ set (BOOST_LIBS
|
||||
regex
|
||||
)
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
find_package(Boost 1.58.0 REQUIRED ${BOOST_LIBS})
|
||||
else (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
find_package(Boost 1.60.0 REQUIRED ${BOOST_LIBS})
|
||||
endif (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
find_package(Boost 1.55.0 REQUIRED ${BOOST_LIBS})
|
||||
|
||||
add_definitions (-DHAVE_BOOST
|
||||
-D_FILE_OFFSET_BITS=64)
|
||||
|
Loading…
Reference in New Issue
Block a user