mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 02:00:24 -06:00
Adjusted CMakeLists to accept boost-1.46.
That's what travis is currently using.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user