Advertisement
Guest User

CEGUI built into /usr

a guest
Jun 21st, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Configuring done
  2. CMake Warning (dev) in cegui/src/CMakeLists.txt:
  3. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  4. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  5. cmake_policy command to set the policy and suppress this warning.
  6.  
  7. Target "CEGUIBase-0" has an INTERFACE_LINK_LIBRARIES property which differs
  8. from its LINK_INTERFACE_LIBRARIES properties.
  9.  
  10. INTERFACE_LINK_LIBRARIES:
  11.  
  12. /usr/lib64/libfreetype.so;dl
  13.  
  14. LINK_INTERFACE_LIBRARIES:
  15.  
  16.  
  17.  
  18. This warning is for project developers. Use -Wno-dev to suppress it.
  19.  
  20. CMake Warning (dev) in cegui/src/RendererModules/Ogre/CMakeLists.txt:
  21. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  22. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  23. cmake_policy command to set the policy and suppress this warning.
  24.  
  25. Target "CEGUIOgreRenderer-0" has an INTERFACE_LINK_LIBRARIES property which
  26. differs from its LINK_INTERFACE_LIBRARIES properties.
  27.  
  28. INTERFACE_LINK_LIBRARIES:
  29.  
  30. /usr/lib64/libOgreMain.so;CEGUIBase-0
  31.  
  32. LINK_INTERFACE_LIBRARIES:
  33.  
  34.  
  35.  
  36. This warning is for project developers. Use -Wno-dev to suppress it.
  37.  
  38. CMake Warning (dev) in cegui/src/CommonDialogs/CMakeLists.txt:
  39. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  40. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  41. cmake_policy command to set the policy and suppress this warning.
  42.  
  43. Target "CEGUICommonDialogs-0" has an INTERFACE_LINK_LIBRARIES property
  44. which differs from its LINK_INTERFACE_LIBRARIES properties.
  45.  
  46. INTERFACE_LINK_LIBRARIES:
  47.  
  48. CEGUIBase-0
  49.  
  50. LINK_INTERFACE_LIBRARIES:
  51.  
  52.  
  53.  
  54. This warning is for project developers. Use -Wno-dev to suppress it.
  55.  
  56. Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement