diff options
| author | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:20:16 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:20:16 -0500 |
| commit | 901db2357ad7c7d12e7963f46958c447563a5efe (patch) | |
| tree | ce92b5365420f3dce2fca550c4a8dcaf6af85355 | |
| parent | 89b42cce9095184f280d2db18859f39be003efd2 (diff) | |
| download | vcpkg-901db2357ad7c7d12e7963f46958c447563a5efe.tar.gz vcpkg-901db2357ad7c7d12e7963f46958c447563a5efe.zip | |
remove debug postfix again, missed in rebase
| -rw-r--r-- | ports/libpq/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CMakeLists.txt b/ports/libpq/CMakeLists.txt index c03cf40eb..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) |
