Remove CMake POSITION_INDEPENDENT_CODE properties

This commit is contained in:
scribam 2023-06-10 17:37:56 +02:00 committed by Nathan Moinvaziri
parent 382335a99e
commit 3da646bab3

View File

@ -672,9 +672,6 @@ if(MSVC)
# VS debugger has problems when executable and static library are named the same
set_target_properties(${MINIZIP_TARGET} PROPERTIES OUTPUT_NAME lib${MINIZIP_TARGET})
endif()
if(NOT RISCOS AND NOT PSP)
set_target_properties(${MINIZIP_TARGET} PROPERTIES POSITION_INDEPENDENT_CODE 1)
endif()
if(MZ_LZMA)
set_target_properties(${MINIZIP_TARGET} PROPERTIES C_STANDARD 99)
endif()