neovim/cmake.deps
dundargoc 63e67468b4
build: use CMAKE_POSITION_INDEPENDENT_CODE instead of -fPIC (#21947)
It's simpler to let cmake figure out what flags to add to each platforms
to create position independent code rather than handling it ourselves.

Also remove code that sets POSITION_INDEPENDENT_CODE property on SHARED
and MODULE libraries, as it's already on by default.
2023-01-22 18:02:02 +01:00
..
cmake build: use CMAKE_POSITION_INDEPENDENT_CODE instead of -fPIC (#21947) 2023-01-22 18:02:02 +01:00
CMakeLists.txt build: various cmake fixes (#21902) 2023-01-20 23:48:46 +01:00