mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-05 06:36:14 -05:00
This replaces `set(CMAKE_CXX_STANDARD 14)` by `set(CMAKE_CXX_STANDARD 17)` wherever it is required. Additionally: * raise `CMAKE_MINIMUM_REQUIRED(VERSION ...)` to `3.8` (the minimum that supports C++17) * `stdshims.h` is now unused and thus removed