mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Adjusted CMakeLists to accept boost-1.46.
That's what travis is currently using.
This commit is contained in:
parent
aaeacfb2b0
commit
ef21539062
@ -11,7 +11,7 @@ build(insert)
|
||||
build(update)
|
||||
build(remove)
|
||||
build(select)
|
||||
find_package(Boost 1.50)
|
||||
find_package(Boost 1.46)
|
||||
if(Boost_FOUND)
|
||||
MESSAGE(${Boost_INCLUDE_DIRS})
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
Loading…
Reference in New Issue
Block a user