Skip to content

Commit

Permalink
#26 Remove specific postgres version
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed May 21, 2020
1 parent 7a3ce03 commit ff8eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/taopqConfig.cmake.in
Expand Up @@ -3,7 +3,7 @@ include(CMakeFindDependencyMacro)

list(APPEND CMAKE_MODULE_PATH ${taopq_CMAKE_DIR})

find_package(PostgreSQL 9.6.9 REQUIRED MODULE)
find_package(PostgreSQL REQUIRED MODULE)
list(REMOVE_AT CMAKE_MODULE_PATH -1)

if(NOT TARGET taocpp::taopq)
Expand Down

0 comments on commit ff8eeee

Please sign in to comment.