From 2a78d3ff47dd452836eda023fe386590e8987398 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 17 Oct 2023 10:09:48 +0200 Subject: [PATCH] Use C++ 23 and JUCE 7.0.7 --- CMakeLists.txt | 2 +- Deps/juce | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5291c8..5883202 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ endif() project(PaulXStretch VERSION 1.7.1) set(BUILDVERSION 112) -set_property(TARGET tgt PROPERTY CXX_STANDARD 23) +set(CXX_STANDARD 23) # If you've installed JUCE somehow (via a package manager, or directly using the CMake install # target), you'll need to tell this project that it depends on the installed copy of JUCE. If you've diff --git a/Deps/juce b/Deps/juce index d24c272..2a27ebc 160000 --- a/Deps/juce +++ b/Deps/juce @@ -1 +1 @@ -Subproject commit d24c2729268e322f3ba1b5070eb96ab232d7f6ba +Subproject commit 2a27ebcfae7ca7f6eb62b29d5f002ceefdaadbdb