mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Properly handle CMake options that are enabled but not "ON"
Contributes to CURA-2787
This commit is contained in:
parent
d1fada78e6
commit
8a77dd66fc
2 changed files with 4 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
CuraVersion = "@CURA_VERSION@"
|
||||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraDebugMode = True if "@CURA_DEBUGMODE@" == "ON" else False
|
||||
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue