From 901db2357ad7c7d12e7963f46958c447563a5efe Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Thu, 17 Nov 2016 03:20:16 -0500 Subject: remove debug postfix again, missed in rebase --- ports/libpq/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3