It is possible you upgraded CMake and they have switched the default build tool to ninja. You can either install ninja or pass
-G "Unix Makefiles" to CMake (you'll need to delete your existing build directory first)
P.S. if you run CMake --help, it'll tell you what the default generator is.
-G "Unix Makefiles" to CMake (you'll need to delete your existing build directory first)
P.S. if you run CMake --help, it'll tell you what the default generator is.
Statistics: Posted by kilograham — Sun Mar 24, 2024 6:17 pm