Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error #500

Closed
PangciPG opened this issue Nov 15, 2024 · 1 comment
Closed

CMake Error #500

PangciPG opened this issue Nov 15, 2024 · 1 comment

Comments

@PangciPG
Copy link

The CMakeLists.txt in ElunaTrinityWotlk/src/server/game/LuaEngine not exist!
cmake report

CMake Error at src/server/game/CMakeLists.txt:128 (add_subdirectory):
  The source directory

    /home/trinity/ElunaTrinityWotlk/src/server/game/LuaEngine

  does not contain a CMakeLists.txt file.
@Foereaper
Copy link
Member

Did you make sure to use --recurse when cloning the repo? Otherwise it won't pull the Eluna submodule.

Either way, run the following commands from the ElunaTrinityWotlk directory

git submodule init
git submodule update

then re-run cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants