Skip to content

Commit 3b8485a

Browse files
[CMake] Remove POSITION_INDEPENDENT_CODE=FALSE from BlocksRuntime
We ported BlocksRuntime CMakeLists.txt from the state of 02b7d8f but we don't find any reason to set POSITION_INDEPENDENT_CODE=FALSE for BlocksRuntime.
1 parent 965246e commit 3b8485a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/CoreFoundation/BlockRuntime/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ target_include_directories(BlocksRuntime PUBLIC
2626
# For CFTargetConditionals.h
2727
${CMAKE_CURRENT_SOURCE_DIR}/../include)
2828

29-
set_target_properties(BlocksRuntime PROPERTIES
30-
POSITION_INDEPENDENT_CODE FALSE)
31-
3229
set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS BlocksRuntime)

0 commit comments

Comments
 (0)