[Archive] Old core Cmake Issue
[Archive] Old core Cmake Issue
Archived author: minodev • Posted: 2025-11-04T18:11:22.839711
Original source
Hi everyone, I haven't been dealing with server work for a long time, but I have an old core, cmake gives an error, I can't fix it, I would appreciate if someone could explain to me why this happened, Configure does it without errors, but (When Generate it gives a Water Error, the picture explains everything)
CMake Error in dep/fmt/CMakeLists.txt:
The compiler feature "cxx_constexpr" is not known to CXX compiler
"MSVC"
version 19.0.24223.0.
Archived author: minodev • Posted: 2025-11-04T18:11:22.839711
Original source
Means the compiler you are using is not the correct version, it may take VS 2015, 2017 or even 2013 depending on how old it is.
Archived author: minodev • Posted: 2025-11-04T18:11:22.839711
Original source
flamehawk is correct your using the wrong visual studio version selected.