Reverting the CMAKE_BUILD_TYPE change based on Yagisan's advice.
CMake itself seems to work fine with uppercase build types. STREQUAL seems case sensitive, though, so our builds require the mixed case.
View differences
Reverting the CMAKE_BUILD_TYPE change based on Yagisan's advice.
CMake itself seems to work fine with uppercase build types. STREQUAL seems case sensitive, though, so our builds require the mixed case.