What's new

Old core Cmake Issue

minodev

Trial Member
3
2018
0
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.
 

Attachments

  • Untitled.png
    Untitled.png
    126.9 KB · Views: 137

flamehawk147

Gold Supporter
Veteran Member
38
2018
15
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.
 
Top