Warn the user about CMAKE_BUILD_TYPE inconsistencies #2096
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: debug/launch
help wanted
we currently are not planning work on this and would like help from the open source community
Milestone
I just spent some time troubleshooting #2074. The root cause was a CMakeLists.txt changing the CMAKE_BUILD_TYPE to something other than what was passed on the generator command line. As a result no target for launch/debug could be selected because there were no targets listed for that build type in the file-api folder. (e.g. buildType was set to "Debug", but targets were all generated as "Release")
The text was updated successfully, but these errors were encountered: