Skip to content

Commit 83586e3

Browse files
committed
build: Explicitly specify C++ standard
1 parent 5240699 commit 83586e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ project (cetone_synth_light
55
LANGUAGES C CXX
66
)
77

8+
# Explicitily specify C++ standard to prevent build error on Github CI - macOS build
9+
set (CMAKE_CXX_STANDARD 17)
10+
811
add_subdirectory (dpf)
912

1013
include_directories (

0 commit comments

Comments
 (0)