Skip to content

Commit 25fcc4f

Browse files
require c++17 (#1404)
Co-authored-by: Craig Edwards (Brain) <braindigitalis@users.noreply.github.com>
1 parent c1ef769 commit 25fcc4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#
1818

1919
cmake_minimum_required (VERSION 3.16)
20-
20+
set(CMAKE_CXX_STANDARD 17)
21+
2122
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
2223
option(BUILD_VOICE_SUPPORT "Build voice support" ON)
2324
option(RUN_LDCONFIG "Run ldconfig after installation" ON)

0 commit comments

Comments
 (0)