"FindQt5.cmake" Error (Slightly OT?)

Ahhhh, I just spotted the space in -DSC_PATH= ~/SuperCollider!

I think this will set -DSC_PATH to nothing and accidentally use ~/SuperCollider as the project source directory!

The correct usage is -DSC_PATH=~/SuperCollider! If the ~ does not work, try specifying the absolute path.

1 Like
cmake .. -DSC_PATH=~/SuperCollider -DCMAKE_BUILD_TYPE=Release  -DCMAKE_OSX_ARCHITECTURES='arm64'
cmake --build . --config Release

Amazing. Worked instantly. Thank you so much for your patience - I’m really glad I know this now.

1 Like