From 805f8238bc5b14041d024d3b488bf84c4deabe66 Mon Sep 17 00:00:00 2001 From: Thomas A Date: Sun, 11 Jun 2023 19:42:33 -0700 Subject: [PATCH] Set "std" Version To "c++14" Works around "dynamic-exception-spec" issue. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed2ec1e..4f648ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ add_compile_options( -nostdinc -nostdinc++ -w + -std=c++14 ) include_directories(BEFORE