aljo
Results
1
comments of
aljo
Based on the following [post](https://stackoverflow.com/questions/76914478/how-to-change-c-compiler-version-in-cmake-when-building-openpose-on-macos) I updated openpose/3rdparty/caffe/CMakeLists.txt to ``` # ---[ Flags if(UNIX OR APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall -std=c++17") endif() ``` This seems to have resolved the protobuf...