Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. PS C:\zlib-1.2.11> cmake -G "Visual Studio 12 2013 Win64" .
  2. CMake Error at CMakeLists.txt:4 (project):
  3. Failed to run MSBuild command:
  4.  
  5. C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe
  6.  
  7. to get the value of VCTargetsPath:
  8.  
  9. Microsoft (R) Build Engine version 12.0.21005.1
  10. [Microsoft .NET Framework, version 4.0.30319.42000]
  11. Copyright (C) Microsoft Corporation. All rights reserved.
  12.  
  13. Build started 4/24/2018 8:57:04 AM.
  14. Project "C:\zlib-1.2.11\CMakeFiles\3.11.1\VCTargetsPath.vcxproj" on node 1 (default targets).
  15. C:\zlib-1.2.11\CMakeFiles\3.11.1\VCTargetsPath.vcxproj(14,2): error MSB4019: The imported project "C:\Microsoft.Cpp.
  16. Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on
  17. disk.
  18. Done Building Project "C:\zlib-1.2.11\CMakeFiles\3.11.1\VCTargetsPath.vcxproj" (default targets) -- FAILED.
  19.  
  20. Build FAILED.
  21.  
  22. "C:\zlib-1.2.11\CMakeFiles\3.11.1\VCTargetsPath.vcxproj" (default target) (1) ->
  23. C:\zlib-1.2.11\CMakeFiles\3.11.1\VCTargetsPath.vcxproj(14,2): error MSB4019: The imported project "C:\Microsoft.Cp
  24. p.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists o
  25. n disk.
  26.  
  27. 0 Warning(s)
  28. 1 Error(s)
  29.  
  30. Time Elapsed 00:00:00.04
  31.  
  32.  
  33. Exit code: 1
  34.  
  35.  
  36.  
  37. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement