Advertisement
Guest User

CMAKE CheckPlatform missing

a guest
Jan 12th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:22 (cmake_policy):
  2. The OLD behavior for policy CMP0005 will be removed from a future version
  3. of CMake.
  4.  
  5. The cmake-policies(7) manual explains that the OLD behaviors of all
  6. policies are deprecated and that a policy should be set to OLD only under
  7. specific short-term circumstances. Projects should be ported to the NEW
  8. behavior and not rely on setting a policy to OLD.
  9.  
  10.  
  11. CMake Error at CMakeLists.txt:61 (include):
  12. include could not find load file:
  13.  
  14. CheckPlatform
  15.  
  16.  
  17. cotire 1.7.10 loaded.
  18. CMake Warning at CMakeLists.txt:67 (find_package):
  19. By not providing "FindMySQL.cmake" in CMAKE_MODULE_PATH this project has
  20. asked CMake to find a package configuration file provided by "MySQL", but
  21. CMake did not find one.
  22.  
  23. Could not find a package configuration file provided by "MySQL" with any of
  24. the following names:
  25.  
  26. MySQLConfig.cmake
  27. mysql-config.cmake
  28.  
  29. Add the installation prefix of "MySQL" to CMAKE_PREFIX_PATH or set
  30. "MySQL_DIR" to a directory containing one of the above files. If "MySQL"
  31. provides a separate development package or SDK, be sure it has been
  32. installed.
  33.  
  34.  
  35. CMake Error at cmake/macros/FindGit.cmake:10 (include):
  36. include could not find load file:
  37.  
  38. C:/TrinityCore7/cmake/macros/EnsureVersion.cmake
  39. Call Stack (most recent call first):
  40. CMakeLists.txt:70 (find_package)
  41.  
  42.  
  43. Found git binary : C:/Program Files (x86)/Git/cmd/git.exe
  44. CMake Error at cmake/macros/FindGit.cmake:37 (ensure_version):
  45. Unknown CMake command "ensure_version".
  46. Call Stack (most recent call first):
  47. CMakeLists.txt:70 (find_package)
  48.  
  49.  
  50. Configuring incomplete, errors occurred!
  51. See also "C:/TrinityCoreBuild7/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement