strasdat / Sophus

C++ implementation of Lie Groups using Eigen.
Other
2.07k stars 599 forks source link

Remove `CMAKE_<LANG>_FLAGS`` from CMakeLists.txt #542

Closed strasdat closed 5 months ago

strasdat commented 5 months ago

Consider removing all CMAKE_<LANG>_FLAGS from CMakeLists.txt following the advice here:

https://discourse.cmake.org/t/how-do-i-replace-the-compiler-options-for-one-target/7815

and

535