This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
Clementine-audio-player-Mac-Linux-Windows
mirror of
https://github.com/clementine-player/Clementine
Watch
1
Star
0
Fork
You've already forked Clementine-audio-player-Mac-Linux-Windows
0
Code
Issues
Releases
Wiki
Activity
922afe506f
Clementine-audio-player-Mac...
/
3rdparty
/
utf8-cpp
/
CMakeLists.txt
3 lines
65 B
CMake
Raw
Normal View
History
Unescape
Escape
build: Move minimum cmake version to 3.0.0 Compatibility with versions prior to 2.8.12 is being deprecated, resulting in build warning messages. The minimum for the official supported distros is 3.7.2 (Stretch), so the version could be moved forward when newer features are required. Reference: https://cmake.org/cmake/help/v3.19/release/3.19.html#deprecated-and-removed-features
2021-04-17 07:08:31 +02:00
cmake_minimum_required
(
VERSION
3.0.0
)
Bump taglib
2018-06-06 22:47:08 +02:00
set
(
CMAKE_CXX_STANDARD
11
)