Mike Henkel
Results
1
comments of
Mike Henkel
Try adding `cmake` path to `Vendor/OpenEmuShaders/3rdparty/find-cmake.sh` like this: ``` known_cmake_paths="/usr/local/bin/cmake \ /opt/local/bin/cmake \ /Applications/CMake.app/Contents/bin/cmake \ /opt/homebrew/bin/cmake" ``` For me it's in `/opt/homebrew/bin/cmake`, check with `which cmake`