remove subsequent boost require version calls.

This commit is contained in:
Mathis Logemann 2021-07-06 22:07:29 +02:00
parent eb1236d5dd
commit c5f0565654
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
project(mapnik-test)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
find_package(PostgreSQL REQUIRED)
include(FetchContent)

View file

@ -1,6 +1,6 @@
project(mapnik-index)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
add_executable(mapnik-index
mapnik-index.cpp

View file

@ -1,6 +1,6 @@
project(mapnik-render)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
add_executable(mapnik-render mapnik-render.cpp)

View file

@ -1,5 +1,5 @@
project(pgsql2sqlite)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
find_package(SQLite3 REQUIRED)
find_package(PostgreSQL REQUIRED)

View file

@ -1,6 +1,6 @@
project(shapeindex)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
add_executable(shapeindex
shapeindex.cpp

View file

@ -1,6 +1,6 @@
project(svg2png)
find_package(Boost 1.74 REQUIRED COMPONENTS program_options)
find_package(Boost REQUIRED COMPONENTS program_options)
add_executable(svg2png
svg2png.cpp