1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-18 23:42:27 +02:00

Set CMAKE_CXX_STANDARD to 17

This commit is contained in:
fwcd 2024-03-02 23:21:39 +01:00
parent f921e5b586
commit 5e624fff73

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)