tinyraytracer icon indicating copy to clipboard operation
tinyraytracer copied to clipboard

avoid CMake warnings, simplify CMake script

Open scivision opened this issue 1 year ago • 0 comments

Modernize CMake: works with all compilers tried (GCC, Clang, Visual Studio, NVIDIA HPC, Intel oneAPI). Modern CMake emits warnings for minimum version < 3.5. CMake >= 3.10 has modern OpenMP targets. Default to Release build (was not taking effect before). Add -Wall

fixes #12

scivision avatar Feb 22 '23 01:02 scivision