Skip to content

Commit

Permalink
chore(deps): bump viennaray
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 25, 2024
1 parent adddc6b commit 524ebbe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ 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 Expand Up @@ -84,7 +80,7 @@ CPMAddPackage(

CPMFindPackage(
NAME ViennaRay
VERSION 2.0.2
VERSION 2.0.3
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaRay"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

Expand Down

0 comments on commit 524ebbe

Please sign in to comment.