Using cmake from the command prompt or gui and using Qt 5.9.7 msvc2015_64 or Qt 5.12.2 msvc2015_64 and specifying the generator as Visual Studio 15 2017:
if I specify the v140 toolset, I get the error:
CMake Error at CMakeLists.txt:51 (project):
No CMAKE_C_COMPILER could be found.
if I don’t specify the v140 toolset, I get the error:
CMake Error at SuperBuild/External_OpenSSL.cmake:241 (message):
There is no pre-compiled version of OpenSSL 1.0.1h available for
this version of visual studio [1916].
What should I try next?
Is the OpenSSL error related to the v140 toolset?
The reason I want to compile from source is to test 3DSlicer running in a browser like this simple demo I created in C#: http://3.16.153.64:6580/Cybele_Test_App/