Skip to content

Commit

Permalink
Require version 14 of libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jan 5, 2025
1 parent 3d7c6fe commit 9867a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(taopq VERSION ${taopq_VERSION} LANGUAGES CXX)

list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake)

find_package(PostgreSQL REQUIRED)
find_package(PostgreSQL 14 REQUIRED)

set(taopq_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory")
set(taopq_INSTALL_DOC_DIR "share/doc/tao/pq" CACHE STRING "The installation doc directory")
Expand Down

0 comments on commit 9867a24

Please sign in to comment.