GSL/cmake
jpr42 9c4212aca4
Raise CMake min to 3.8 (#1061)
This avoids propagating -std=c++14 as a compile option

Currently if you use less than CMake 3.8 and you install the project
`-std=c++14` gets added to the INTERFACE_COMPILE_OPTIONS. This forces
users to use C++ 14 or remove the property from the imported target.

The solution is to raise the minimum and use `cxx_std_14`
2022-10-29 12:31:23 -07:00
..
gsl_functions.cmake Raise CMake min to 3.8 (#1061) 2022-10-29 12:31:23 -07:00
gsl_install.cmake CMake cleanup (#1060) 2022-10-18 11:05:09 -07:00