diff --git a/Modules/Compiler/Clang.cmake b/Modules/Compiler/Clang.cmake index f7be864f8..75a971dd7 100644 --- a/Modules/Compiler/Clang.cmake +++ b/Modules/Compiler/Clang.cmake @@ -22,4 +22,5 @@ include(Compiler/GNU) macro(__compiler_clang lang) __compiler_gnu(${lang}) + set(CMAKE_${lang}_COMPILE_OPTIONS_PIE "-fPIE") endmacro()