build: Allow setting CMAKE_BUILD_TYPE using env variable. #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "build-allow-build-type-env-var"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add handling
CMAKE_BUILD_TYPEbeing set using environment variable. Add CMake logs forCMAKE_GENERATORand currentCMAKE_BUILD_TYPE, so user can see how project is being configured.