The last change is ok, but I was curious to understand what happened.
https://chatgpt.com/share/692017e8-3294-8007-8e1f-d909ad6164f6

(scroll up to see the full conversation; it contains some interesting 
information)


The conclusion is
Always write:

if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
Quoting the variable avoids these parsing errors and works reliably whether the 
variable is set or empty.

This is considered best practice in modern CMake.
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to