Dear developers,
I was trying to run ./build.sh to build SCIRun on macOS Catalina 10.15.6. However, I was encountering an issue while building:
"
CMake Error at Superbuild.cmake:130 (MESSAGE):
Set Qt5_PATH to directory where Qt 5 is installed (containing lib and bin
subdirectories) or set BUILD_HEADLESS to ON.
Call Stack (most recent call first):
CMakeLists.txt:38 (INCLUDE)
"
The CMake version is 3.15.7.
The error indicates the Qt5_PATH needs to be set, so I have installed Qt5 5.15.1 and set it in Superbuild.cmake.
However, the issue still exists. I am wondering if there is a approach to fix this? Please let me know if other information is needed.
Thank you in advance!