fix build for macos with intel chips
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
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