Skip to content

Commit

Permalink
added libpq port
Browse files Browse the repository at this point in the history
  • Loading branch information
barcharcraz committed Nov 17, 2016
1 parent dcca77c commit cb488d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/libpq/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(libpq VERSION 9.6.1 LANGUAGES C)
#set(CMAKE_DEBUG_POSTFIX "d")

find_package(OpenSSL REQUIRED)
configure_file(${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config.h.win32 ${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config.h)
configure_file(${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config_ext.h.win32 ${CMAKE_CURRENT_LIST_DIR}/src/include/pg_config_ext.h)
Expand Down
2 changes: 1 addition & 1 deletion ports/libpq/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: libpq
Version: 9.6.1
Description: The official database access API of postgresql
Build-Depends: openssl
Build-Depends: openssl
2 changes: 1 addition & 1 deletion ports/libpq/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ vcpkg_install_cmake()
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libpq)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libpq/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libpq/copyright)

vcpkg_copy_pdbs()
vcpkg_copy_pdbs()

0 comments on commit cb488d8

Please sign in to comment.