vintzl
vintzl
I just did: ``` cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++-19 . -B _build -G "Unix Makefiles" --install-prefix "$PWD/_install" -DCMAKE_BUILD_TYPE=Release cmake --build _build --config Release -j `nproc` cmake --install _build --config Release ```
> Hmm, nothing special, so i guess your wxWidgets does not ship with CMake metadata or it does not match and the find module takes the no-static option only as...
> Thanks, the logs show that config mode is used to find wxWidgets. Unfortunately i don't have a linux system available currently, so i could only check the wxWidgets metadata...
@andysterland More than 2 years later, can you provide us any news?