Skip to content

Commit

Permalink
Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Jan 13, 2021
1 parent 3a64559 commit ff2ff62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 3.5
- 3.6
- 3.9
- 3.10-dev
#- 3.10-dev
- pypy2
- pypy3

Expand Down
3 changes: 3 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ else()
cmake_policy(VERSION 3.18)
endif()

if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
endif()
# Only needed for CMake < 3.5 support
include(CMakeParseArguments)

Expand Down

0 comments on commit ff2ff62

Please sign in to comment.