Found unsuitable Qt version “5.12.4” from C:/Qt/5.12.4/msvc2015_64/bin/qmake.exe when configuring Eigen 3.3.7 using CMake
问题 Environment: Windows 10 version 1903, 64 bit CMake 3.15.3 Qt 5.12.4 Eigen 3.3.7 Visual Studio 2015 Update 3 Issue: When I run cmake -G"Visual Studio 14 2015 Win64" .. in build folder created in Eigen 3.3.7 root folder, I got the following error message: -- Found unsuitable Qt version "5.12.4" from C:/Qt/5.12.4/msvc2015_64/bin/qmake.exe -- Qt4 not found, so disabling the mandelbrot and opengl demos I have googled for days but the articles are either about other platforms or do not work. For