Advertisement
Guest User

Untitled

a guest
May 13th, 2020
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. CMake Warning (dev) at src/yuzu/CMakeLists.txt:181 (target_sources):
  2. Policy CMP0076 is not set: target_sources() command converts relative paths
  3. to absolute. Run "cmake --help-policy CMP0076" for policy details. Use
  4. the cmake_policy command to set the policy and suppress this warning.
  5.  
  6. An interface source of target "yuzu" has a relative path.
  7. This warning is for project developers. Use -Wno-dev to suppress it.
  8.  
  9. -- Configuring done
  10. CMake Error in externals/dynarmic/src/CMakeLists.txt:
  11. Imported target "Boost::boost" includes non-existent path
  12.  
  13. "/include"
  14.  
  15. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  16.  
  17. * The path was deleted, renamed, or moved to another location.
  18.  
  19. * An install or uninstall procedure did not complete successfully.
  20.  
  21. * The installation package was faulty and references files it does not
  22. provide.
  23.  
  24.  
  25.  
  26. CMake Error in externals/dynarmic/src/CMakeLists.txt:
  27. Imported target "Boost::boost" includes non-existent path
  28.  
  29. "/include"
  30.  
  31. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  32.  
  33. * The path was deleted, renamed, or moved to another location.
  34.  
  35. * An install or uninstall procedure did not complete successfully.
  36.  
  37. * The installation package was faulty and references files it does not
  38. provide.
  39.  
  40.  
  41.  
  42. CMake Error in src/common/CMakeLists.txt:
  43. Imported target "Boost::boost" includes non-existent path
  44.  
  45. "/include"
  46.  
  47. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  48.  
  49. * The path was deleted, renamed, or moved to another location.
  50.  
  51. * An install or uninstall procedure did not complete successfully.
  52.  
  53. * The installation package was faulty and references files it does not
  54. provide.
  55.  
  56.  
  57.  
  58. CMake Error in src/common/CMakeLists.txt:
  59. Imported target "Boost::boost" includes non-existent path
  60.  
  61. "/include"
  62.  
  63. in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
  64.  
  65. * The path was deleted, renamed, or moved to another location.
  66.  
  67. * An install or uninstall procedure did not complete successfully.
  68.  
  69. * The installation package was faulty and references files it does not
  70. provide.
  71.  
  72.  
  73.  
  74. -- Generating done
  75. CMake Generate step failed. Build files cannot be regenerated correctly.
  76. ==> ERROR: A failure occurred in build().
  77. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement