search for: cmake_mt

Displaying 2 results from an estimated 2 matches for "cmake_mt".

Did you mean: cmake_
2020 Aug 09
3
Switching to Ninja
...& [1/2] Building C object CMakeFiles\cmTC_009c0.dir\testCCom piler.c.obj [2/2] Linking C executable cmTC_009c0.exe FAILED: cmTC_009c0.exe cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmTC_009c0.dir --r c=rc --mt=CMAKE_MT-NOTFOUND --manifests -- C:\PROGRA~2\MIB055~1\2019\COMMUN~1\VC\Tools\MSVC\1426~1.288\bin\Hostx64\ x64\link.exe /nologo CMakeFiles\cmTC_009c0.dir\testCCompiler.c.obj /out:cmTC_009c0.exe /implib:cmTC_009c0.lib /pdb: cmTC_009c0.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console ke...
2020 Aug 08
5
Switching to Ninja
I built my first submission with Visual Studio, but everything I read and watch suggests Ninja, about which I know nothing. Is it okay if I rerun CMake with -G "Ninja" in the same build directory, then just run ninja?