From c1f92ed02008b94cfffb32e368f036c1117d7bbb Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Wed, 15 Nov 2023 17:30:38 -0700 Subject: [PATCH] Remove compatibility measures with FindSFML.cmake --- src/SFML/Main/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/SFML/Main/CMakeLists.txt b/src/SFML/Main/CMakeLists.txt index b2f7a55bf..f9cd5df7a 100644 --- a/src/SFML/Main/CMakeLists.txt +++ b/src/SFML/Main/CMakeLists.txt @@ -23,10 +23,3 @@ if(SFML_OS_ANDROID) # glad sources target_include_directories(sfml-main SYSTEM PRIVATE "${PROJECT_SOURCE_DIR}/extlibs/headers/glad/include") endif() - -# overwrite sfml-main suffix for backward compatibility with FindSFML.cmake -set_target_properties(sfml-main PROPERTIES - DEBUG_POSTFIX -d - RELEASE_POSTFIX "" - MINSIZEREL_POSTFIX "" - RELWITHDEBINFO_POSTFIX "")