Skip to content

Commit

Permalink
Merge pull request #50 from ViennaTools/remove-dead-code
Browse files Browse the repository at this point in the history
chore: remove superfluous flags
  • Loading branch information
Curve authored Mar 27, 2024
2 parents 4afe0e9 + 44a4c52 commit bd0d56b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/openmp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ if(APPLE)
set(OpenMP_omp_LIBRARY ${HOMEBREW_LIBOMP_PREFIX}/lib/libomp.dylib)
endif()
endif()

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

0 comments on commit bd0d56b

Please sign in to comment.