diff --git a/shared/ICU/CMakeLists.txt b/shared/ICU/CMakeLists.txt index 3bcfcd85..36dad0c7 100644 --- a/shared/ICU/CMakeLists.txt +++ b/shared/ICU/CMakeLists.txt @@ -19,6 +19,7 @@ option(ICU_TOOLS_DIR "Path to prebuilt tools" "") set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_EXTENSIONS OFF) +set(CMAKE_POSITION_INDEPENDENT_CODE YES) include(GNUInstallDirs)