【发布时间】:2019-06-30 20:30:20
【问题描述】:
我只是尝试在 Debian 9 上编译最新的 AzerothCore 并没有接触源代码,只是将其拉出来并完全使用安装指南中描述的 sh。 CMake 给了我这个错误:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ACE_INCLUDE_DIR (ADVANCED)
Debian 9 带有最新的 AzerothCore。 Ace 肯定安装了最新版本。
预期:没有错误。 实际结果:错误。
【问题讨论】:
标签: c++ cmake debian ace azerothcore