mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Remove CMake POSITION_INDEPENDENT_CODE properties
This commit is contained in:
parent
382335a99e
commit
3da646bab3
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user