flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.39k stars 417 forks source link

CMake: rely on compile features to inject at least C++11 #563

Open SpaceIm opened 2 years ago

SpaceIm commented 2 years ago

cxx_std_11 is supported since CMake 3.8, so it's fine since current min CMake version of fcl is 3.10


This change is Reviewable