Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.0
-
None
-
fa5c35266 (10.0)
Description
Given the following CMakePresets.json file
{ "version": 3, "configurePresets": [ { "name": "test", "cacheVariables": { "FOO": true } } ] }
QtCreator configures the project with "-DFOO:STRING=" instead of "-DFOO:BOOLEAN=TRUE".