Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.63 KB | None | 0 0
  1. CMake Warning (dev) at CMakeLists.txt:118 (add_library):
  2.   Policy CMP0028 is not set: Double colon in target name means ALIAS or
  3.   IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  4.   Use the cmake_policy command to set the policy and suppress this warning.
  5.  
  6.   Target "VEZ" links to target "Vulkan::Vulkan" but the target was not found.
  7.   Perhaps a find_package() call is missing for an IMPORTED target, or an
  8.   ALIAS target is missing?
  9. This warning is for project developers.  Use -Wno-dev to suppress it.
  10.  
  11. CMake Warning (dev) at CMakeLists.txt:118 (add_library):
  12.   Policy CMP0028 is not set: Double colon in target name means ALIAS or
  13.   IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  14.   Use the cmake_policy command to set the policy and suppress this warning.
  15.  
  16.   Target "VEZ" links to target "Vulkan::Vulkan" but the target was not found.
  17.   Perhaps a find_package() call is missing for an IMPORTED target, or an
  18.   ALIAS target is missing?
  19. This warning is for project developers.  Use -Wno-dev to suppress it.
  20.  
  21. CMake Warning (dev) at CMakeLists.txt:118 (add_library):
  22.   Policy CMP0028 is not set: Double colon in target name means ALIAS or
  23.   IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  24.   Use the cmake_policy command to set the policy and suppress this warning.
  25.  
  26.   Target "VEZ" links to target "Vulkan::Vulkan" but the target was not found.
  27.   Perhaps a find_package() call is missing for an IMPORTED target, or an
  28.   ALIAS target is missing?
  29. This warning is for project developers.  Use -Wno-dev to suppress it.
  30.  
  31. CMake Warning (dev) at CMakeLists.txt:118 (add_library):
  32.   Policy CMP0028 is not set: Double colon in target name means ALIAS or
  33.   IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  34.   Use the cmake_policy command to set the policy and suppress this warning.
  35.  
  36.   Target "VEZ" links to target "Vulkan::Vulkan" but the target was not found.
  37.   Perhaps a find_package() call is missing for an IMPORTED target, or an
  38.   ALIAS target is missing?
  39. This warning is for project developers.  Use -Wno-dev to suppress it.
  40.  
  41. CMake Warning (dev) at CMakeLists.txt:118 (add_library):
  42.   Policy CMP0028 is not set: Double colon in target name means ALIAS or
  43.   IMPORTED target.  Run "cmake --help-policy CMP0028" for policy details.
  44.   Use the cmake_policy command to set the policy and suppress this warning.
  45.  
  46.   Target "VEZ" links to target "Vulkan::Vulkan" but the target was not found.
  47.   Perhaps a find_package() call is missing for an IMPORTED target, or an
  48.   ALIAS target is missing?
  49. This warning is for project developers.  Use -Wno-dev to suppress it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement