ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.11k stars 440 forks source link

Cmake warning when CMAKE_BUILD_TYPE=RelWithDebInfo #1597

Open qliu93 opened 3 years ago

qliu93 commented 3 years ago

Hi,

cmake prints this warning when I set CMAKE_BUILD_TYPE=RelWithDebInfo:

https://github.com/ericniebler/range-v3/blob/master/cmake/ranges_env.cmake#L77

Would you please add an if-branch for RelWithDebInfo here?

Thanks