1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-19 16:01:37 +02:00

Merge pull request 'Set CMAKE_CXX_STANDARD to 17 in CMakeLists' (#30) from fwcd/soundtouch:cmake-cxx-standard-17 into master

Reviewed-on: https://codeberg.org/soundtouch/soundtouch/pulls/30
This commit is contained in:
Olli Parviainen 2024-03-03 17:56:28 +00:00
commit 2e83c770b0

View File

@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.1)
project(SoundTouch VERSION 2.3.3 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
include(GNUInstallDirs)