diff options
| author | charlie barto <charlie barto> | 2016-11-16 02:57:26 -0500 |
|---|---|---|
| committer | Charlie Barto <bartoc@umich.edu> | 2016-11-17 03:18:32 -0500 |
| commit | 5ace53834827430e2353e79cfeafef0dafd9f07b (patch) | |
| tree | 34b89bcf03457b3285ed588122fd07d2243e2fa5 | |
| parent | cb488d840739c8cf460d5f6ad5c566afaec51fd4 (diff) | |
| download | vcpkg-5ace53834827430e2353e79cfeafef0dafd9f07b.tar.gz vcpkg-5ace53834827430e2353e79cfeafef0dafd9f07b.zip | |
revert debug rename, it was a stupid idea
| -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 8d222924a..c03cf40eb 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) |
