How do I select between GSL Lite and Microsoft GSL in CMake?

908 Views Asked by At

I'm writing some C++ code which uses, say, gsl::span. Now, I would like to be able to use either Microsoft/Neil Macintosh's GSL, or Martin Moene's GSL Lite. How would I best accomplish that, using CMake as my built system?

0

There are 0 best solutions below