From 4155b4eab0eda634d1018a140940def91bdb7266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Sat, 8 Nov 2025 22:58:55 +0100 Subject: [PATCH] Android: revert "Add postfix for Debug configuration" --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cde68c84..eacefe0e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,14 +38,6 @@ if(NOT CMAKE_BUILD_TYPE) endif() string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER) -# Usually it is OK to define it unconditionally, but the problem is that we use -# CMAKE_DEBUG_POSTFIX in *.pc.in -if (CMAKE_BUILD_TYPE_LOWER STREQUAL "debug") - if(NOT DEFINED CMAKE_DEBUG_POSTFIX) - set(CMAKE_DEBUG_POSTFIX d) - endif() -endif() - set(EVENT__LIBRARY_TYPE DEFAULT CACHE STRING "Set library type to SHARED/STATIC/BOTH (default SHARED for MSVC, otherwise BOTH)")