Skip to content

Commit

Permalink
Merge pull request #33 from erinmaus/fix-windows-build-msys-mingw
Browse files Browse the repository at this point in the history
Fix Windows build with MSYS2/MinGW.
  • Loading branch information
slime73 authored May 2, 2024
2 parents c40585b + 1f430bd commit 0ecd6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13)

### Basic compilation settings
set (CMAKE_POSITION_INDEPENDENT_CODE TRUE)
set (CMAKE_CXX_STANDARD 11)
set (CMAKE_CXX_STANDARD 14)

include_directories (
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit 0ecd6ee

Please sign in to comment.