artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.46k stars 239 forks source link

Set test target default cxx standard iif no glob set #280

Closed artivis closed 10 months ago

artivis commented 10 months ago

Set test targets default CXX standards iif no global standard is set by the user with e.g., CMAKE_CXX_STANDARD in the toolchain or cmake -DCMAKE_CXX_STANDARD=xx in the command line.

Replaces #277

artivis commented 10 months ago

Hi @joansola, could you approve this PR so that I merge it? Thanks.

joansola commented 10 months ago

good job :-)