Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. CMake Error at CMakeLists.txt:13 (project):
  2. Failed to run MSBuild command:
  3.  
  4. C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe
  5.  
  6. to get the value of VCTargetsPath:
  7.  
  8. Microsoft (R) Build Engine version 16.2.32702+c4012a063 for .NET Framework
  9.  
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12.  
  13.  
  14. Build started 2019-08-05 10:05:16 PM.
  15.  
  16. Project "D:\Repositories\Flyff\flyffbase\game\buildARM32\CMakeFiles\3.15.0-rc1\VCTargetsPath.vcxproj" on node 1 (default targets).
  17.  
  18. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='ARM64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\Repositories\Flyff\flyffbase\game\buildARM32\CMakeFiles\3.15.0-rc1\VCTargetsPath.vcxproj]
  19.  
  20. Done Building Project "D:\Repositories\Flyff\flyffbase\game\buildARM32\CMakeFiles\3.15.0-rc1\VCTargetsPath.vcxproj" (default targets) -- FAILED.
  21.  
  22.  
  23.  
  24. Build FAILED.
  25.  
  26.  
  27.  
  28. "D:\Repositories\Flyff\flyffbase\game\buildARM32\CMakeFiles\3.15.0-rc1\VCTargetsPath.vcxproj" (default target) (1) ->
  29.  
  30. (_CheckForInvalidConfigurationAndPlatform target) ->
  31.  
  32. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='ARM64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\Repositories\Flyff\flyffbase\game\buildARM32\CMakeFiles\3.15.0-rc1\VCTargetsPath.vcxproj]
  33.  
  34.  
  35.  
  36. 0 Warning(s)
  37.  
  38. 1 Error(s)
  39.  
  40.  
  41.  
  42. Time Elapsed 00:00:00.23
  43.  
  44.  
  45.  
  46. Exit code: 1
  47.  
  48.  
  49.  
  50. Configuring incomplete, errors occurred!
  51. See also "D:/Repositories/Flyff/flyffbase/game/buildARM32/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement