Skip to content

Help: Document case insensitivity for CMAKE_BUILD_TYPE

Christopher Tetreault requested to merge christetreault-quic/cmake:docfix into master

The value of CMAKE_BUILD_TYPE is case insensitive. Furthermore, the actual value of the variable will have the same casing as the user specifies on the command line.

Topic-rename: doc-CMAKE_BUILD_TYPE

Edited by Brad King

Merge request reports