Use C++ 23 and JUCE 7.0.7
This commit is contained in:
@ -39,7 +39,7 @@ endif()
|
|||||||
project(PaulXStretch VERSION 1.7.1)
|
project(PaulXStretch VERSION 1.7.1)
|
||||||
|
|
||||||
set(BUILDVERSION 112)
|
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
|
# 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
|
# target), you'll need to tell this project that it depends on the installed copy of JUCE. If you've
|
||||||
|
Submodule Deps/juce updated: d24c272926...2a27ebcfae
Reference in New Issue
Block a user