Skip to content

fix build for macos with intel chips

Anne Heimes requested to merge fix/build-macos into develop

for mac with M1+ chips, just build for intel chips is working, and just VAnet. needed some changes in cmake:

  • CMAKE_CXX_FLAGS=-std=c++17
  • CMAKE_OSX_ARCHITECTURE=x86_64

Merge request reports