diff options
| author | Charles Barto <bartoc@umich.edu> | 2016-11-11 00:55:55 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:16:36 -0500 |
| commit | cb488d840739c8cf460d5f6ad5c566afaec51fd4 (patch) | |
| tree | 8b99d968a1131f84fca9f9c1b2b0a5814b0c1367 | |
| parent | dcca77cd67993185e91739545d105f5141f15ea7 (diff) | |
| download | vcpkg-cb488d840739c8cf460d5f6ad5c566afaec51fd4.tar.gz vcpkg-cb488d840739c8cf460d5f6ad5c566afaec51fd4.zip | |
added libpq port
| -rw-r--r-- | ports/libpq/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/libpq/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libpq/portfile.cmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ports/libpq/CMakeLists.txt b/ports/libpq/CMakeLists.txt index 19b8787b9..8d222924a 100644 --- a/ports/libpq/CMakeLists.txt +++ b/ports/libpq/CMakeLists.txt @@ -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) diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 386588680..580a06857 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,4 +1,4 @@ Source: libpq Version: 9.6.1 Description: The official database access API of postgresql -Build-Depends: openssl
\ No newline at end of file +Build-Depends: openssl diff --git a/ports/libpq/portfile.cmake b/ports/libpq/portfile.cmake index 14748a1da..6d5d91055 100644 --- a/ports/libpq/portfile.cmake +++ b/ports/libpq/portfile.cmake @@ -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()
\ No newline at end of file +vcpkg_copy_pdbs() |
