Hello,
I've tried building seg3D using :
./build.sh --release --qt5=/opt/Qt5.9.1/5.9.1
and
./build.sh --release --qt5=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5
Where previously I hve installed official qt using .run file in local /opt
yet I get:
/usr/local/bin/cmake /home/ppetrov/Documents/github_seg3D/Superbuild -DBUILD_DOCUMENTATION:BOOL=OFF -DQt5_PATH:PATH=/opt/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5 -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF
CMake Error at Superbuild.cmake:145 (FIND_PACKAGE):
Could not find a package configuration file provided by "Qt5Core" with any
of the following names:
Qt5CoreConfig.cmake
qt5core-config.cmake
Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files. If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:40 (INCLUDE)