diff --git a/CMakeLists.txt b/CMakeLists.txt index 77dcd5e3..f1a93901 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,10 +15,6 @@ endif() endif() -# TODO why is this not a default?! -set_property(TARGET libui PROPERTY - POSITION_INDEPENDENT_CODE True) - macro(_add_exec _name) set_property(TARGET ${_name} PROPERTY POSITION_INDEPENDENT_CODE True)