Skip to content

Commit 0ecd6ee

Browse files
authored
Merge pull request #33 from erinmaus/fix-windows-build-msys-mingw
Fix Windows build with MSYS2/MinGW.
2 parents c40585b + 1f430bd commit 0ecd6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13)
22

33
### Basic compilation settings
44
set (CMAKE_POSITION_INDEPENDENT_CODE TRUE)
5-
set (CMAKE_CXX_STANDARD 11)
5+
set (CMAKE_CXX_STANDARD 14)
66

77
include_directories (
88
${CMAKE_CURRENT_SOURCE_DIR}

0 commit comments

Comments
 (0)