RandomCad / Turtel

Program to run a derivative of the Turtle Programming Language designed for young learners.
0 stars 0 forks source link

CMake broke #22

Closed RandomCad closed 1 month ago

RandomCad commented 1 month ago

The cmake is broken in the head. Commit 957ae98ae563d164a03fd7159adf22e7c17cd672 still works.

RandomCad commented 1 month ago

Doesn't work in at least :

Stops working with: 8c9a26e1b6c6b09ce66c4fde9d5b7167e9aa963aa

RandomCad commented 1 month ago

It seems that from 3ad57b749eb8f8a649a9667e91cafb3e328a49c5 no libs are build.

RandomCad commented 1 month ago

It seems that from 3ad57b7 no libs are build.

The libs are generated in the next commit. Local error.

RandomCad commented 1 month ago

But the commit c9a26e1b6c6b09ce66c4fde9d5b7167e9aa963aa stops generating the libs again. And this one persists

RandomCad commented 1 month ago

But the commit c9a26e1b6c6b09ce66c4fde9d5b7167e9aa963aa stops generating the libs again. And this one persists

RandomCad commented 1 month ago

From the examples I have seen and my understanding, the separation of the cmake files into multiple directories most likely needs to be reversed. It seems that this is only possible with a central CMake file.