CMakeError.log 1.1 KB

1234567891011121314151617181920
  1. Performing C++ SOURCE FILE Test has_std_11_flag failed with the following output:
  2. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  3. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_1c96b && [1/2] Building CXX object CMakeFiles\cmTC_1c96b.dir\src.cxx.obj
  4. cl : Command line warning D9002 : ignoring unknown option '-std=c++11'
  5. [2/2] Linking CXX executable cmTC_1c96b.exe
  6. Source file was:
  7. int main() { return 0; }
  8. Performing C++ SOURCE FILE Test has_std_0x_flag failed with the following output:
  9. Change Dir: D:/a/1/s/externals/vcpkg/buildtrees/fmt/x64-windows-rel/CMakeFiles/CMakeTmp
  10. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe cmTC_f2103 && [1/2] Building CXX object CMakeFiles\cmTC_f2103.dir\src.cxx.obj
  11. cl : Command line warning D9002 : ignoring unknown option '-std=c++0x'
  12. [2/2] Linking CXX executable cmTC_f2103.exe
  13. Source file was:
  14. int main() { return 0; }