Skip to content

Commit 89540e6

Browse files
hypcompnerd
authored andcommitted
[icu] set CMAKE_POSITION_INDEPENDENT_CODE to YES
1 parent fe35b36 commit 89540e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/ICU/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ option(ICU_TOOLS_DIR "Path to prebuilt tools" "")
1919

2020
set(CMAKE_CXX_STANDARD 11)
2121
set(CMAKE_CXX_EXTENSIONS OFF)
22+
set(CMAKE_POSITION_INDEPENDENT_CODE YES)
2223

2324
include(GNUInstallDirs)
2425

0 commit comments

Comments
 (0)