mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 21:55:13 +08:00
Remove compatibility measures with FindSFML.cmake
This commit is contained in:
parent
dd706d6aed
commit
c1f92ed020
@ -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 "")
|
||||
|
Loading…
Reference in New Issue
Block a user