On 21.11.2025 08:49, Jean Louis Faucher wrote:
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.

Very interesting, thank you for researching!

---

@P.O.: it seems that yesterday's single-line patch suggested by Jean Louis allowed the automatic generation of ooRexx to succeed?

---rony

_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to