Details
-
Sub-task
-
Resolution: Fixed
-
Major
-
None
Description
CMake 3.10 warns about these policies for which we currently use the OLD setting.
https://cmake.org/cmake/help/latest/policy/CMP0005.html
Preprocessor definition values are now escaped automatically.
https://cmake.org/cmake/help/latest/policy/CMP0018.html
Ignore CMAKE_SHARED_LIBRARY_<Lang>_FLAGS variable.
We need to update our CMake scripts to work with the NEW setting for these policies.
Attachments
Issue Links
- relates to
-
CORE-18998 Regression, Since 0.4.10-dev-289-g79ad68d we do have ~350 additional compiler warnings 'warning: array subscript is above array bounds' for .y + .l files in rls-cfg
- Resolved