We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5240699 commit 83586e3Copy full SHA for 83586e3
CMakeLists.txt
@@ -5,6 +5,9 @@ project (cetone_synth_light
5
LANGUAGES C CXX
6
)
7
8
+# Explicitily specify C++ standard to prevent build error on Github CI - macOS build
9
+set (CMAKE_CXX_STANDARD 17)
10
+
11
add_subdirectory (dpf)
12
13
include_directories (
0 commit comments