Skip to content

Commit

Permalink
Silencing warnings for the wrapper compilation too
Browse files Browse the repository at this point in the history
  • Loading branch information
chryswoods committed Jun 3, 2024
1 parent 88ee896 commit 9a39ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ if(CMAKE_GENERATOR MATCHES "Visual Studio") # MSBuild

message(STATUS "Turning on bigobj") # needed to link _Mol.pyd
add_compile_options("/bigobj")
message(STATUS "Silencing deprecation warning: D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING")
add_compile_definitions("/D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING")
endif()

# Conda can mess up our include paths. This makes sure that every
Expand Down

0 comments on commit 9a39ded

Please sign in to comment.