diff --git a/CMakeLists.txt b/CMakeLists.txt index 2144700287..fc6b351631 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -612,7 +612,7 @@ endforeach() # Always use '-fPIC'/'-fPIE' option if OS is not Haiku. if(NOT HAIKU) - set(CMAKE_POSITION_INDEPENDENT_CODE ON) + set(CMAKE_POSITION_INDEPENDENT_CODE ON) endif() # Checks for header files.