Skip to content

Commit

Permalink
Revert "chore(deps): bump viennaray"
Browse files Browse the repository at this point in the history
This reverts commit 524ebbe.
  • Loading branch information
Curve committed Mar 27, 2024
1 parent 1ab82ca commit 90d6edb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ if(VIENNAPS_BUILD_PYTHON)
set(CMAKE_PLATFORM_NO_VERSIONED_SONAME ON)
endif()

if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -openmp:llvm /bigobj")
endif()

# --------------------------------------------------------------------------------------------------------
# Setup Library
# --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 90d6edb

Please sign in to comment.