thliebig / CSXCAD

A C++ library to describe geometrical objects and their physical or non-physical properties.
http://openEMS.de
GNU Lesser General Public License v3.0
34 stars 38 forks source link

CMakeLists: fix handling cxxflags #42

Closed barracuda156 closed 4 months ago

barracuda156 commented 4 months ago

Currently CMakeLists overwrites cxxflags, which can break the build. Respect CMAKE_CXX_FLAGS, if passed.