@elfpipe
You won't get much from me i'm afraid, just starting to understand (and thats an *understatement*) cmake, but here you go...
Just downloaded SDL-main and let your alpha loose on it
26.Development:Porting/SDL-main/cmake-build> cmake ..
[cmake] /home/alfkil/repos/cmake-amiga/Source/cmMakefile.cxx:1750: failed assertion "cmSystemTools::FileExists(currentStart, true)".
Abnormal program termination
and if i do the same command a second thime i get this
26.Development:Porting/SDL-main/cmake-build> cmake ..
-- Configuring done (0.0s)
CMake Error: Cannot open file for write: Development:Porting/SDL-main/cmake-build/Development:Porting/SDL-main/cmake-build/Development:Porting/SDL-main/cmake-build/CMakeCache.txt.tmpb1a6f
CMake Error: : System Error: No such file or directory
CMake Error: Unable to open cache file for save. Development:Porting/SDL-main/cmake-build/Development:Porting/SDL-main/cmake-build/CMakeCache.txt
CMake Error: : System Error: No such file or directory
What is worse is that there is some kind of "soft-link" added to the build subdirectory, which is called and points to "Development:Porting" (yes, the name of the link or directory is violently using ":" in it`s name...
...i have yet to see how to get rid of it again, without deleting all of my development stuff
...Still, nice to see cmake not immediately crashing on start