Quote:
Originally Posted by Uleat
Msbuild.exe only works for vs *.sln and *.proj files.
https://msdn.microsoft.com/en-us/library/ms164311.aspx
For the overall problem, I can only suggest down-versioning to CMake 3.8.0 until more people report this as an issue and is officially tagged.
If the older version still doesn't work, post back.
|
Ok, from a different machine I installed cmake 3.8.0 and did get an actual error this time
Code:
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:38 (PROJECT):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:38 (PROJECT):
No CMAKE_CXX_COMPILER could be found.
But, I have Visual Studio 2017 Community installed.