compile custom sop using hcustom

   1703   1   1
User Avatar
Member
79 posts
Joined: Feb. 2016
Offline
I'm just following the guide trying to compile the SOP_Star, but I get compilation error telling me that it doesn't recognize “-std==c++14”. I'm using GCC 4.8 which should've supported c++14. Not sure why it's still giving me error
User Avatar
Member
79 posts
Joined: Feb. 2016
Offline
update: solved the issue by going to the cmake folder and change the cmakeconfig from c++ 14 to c++1y
  • Quick Links