[DiscordArchive] I ran CMake, is this different?
[DiscordArchive] I ran CMake, is this different?
Archived author: BootlessFawn007 • Posted: 2025-07-21T03:55:27.638000+00:00
Original source
I ran CMake, is this different?
Archived author: JudgeFae • Posted: 2025-07-21T03:55:31.030000+00:00
Original source
Deleting the whole build folder will just make cmake forget all of it's shortcuts with building the project. Like cache data on loading any software. So if you compile often keeping that build folder saves time and power. But if the source code has changed a lot (like removing a whole module) then it'll help if you clear out that cache and regenerate it
Archived author: JudgeFae • Posted: 2025-07-21T03:55:44.975000+00:00
Original source
It's the same I just didn't capitalize it.
Archived author: Rymercyble • Posted: 2025-07-21T03:57:17.546000+00:00
Original source
its not always same
Archived author: BootlessFawn007 • Posted: 2025-07-21T03:57:22.223000+00:00
Original source
Right, but if I already ran CMake, I'm just confused.
But I never removed one, just added it
Archived author: BootlessFawn007 • Posted: 2025-07-21T03:57:36.864000+00:00
Original source
I'll try it, but wanna make sure I can and not mess anything up
Archived author: BootlessFawn007 • Posted: 2025-07-21T03:57:55.876000+00:00
Original source
Backed up my DB anyway, so if this doesnt work at all somehow, I can at least fix that lol
Archived author: JudgeFae • Posted: 2025-07-21T03:58:52.675000+00:00
Original source
Azerothcore interacts with the DB but the softwares are not directly connected. You could delete the entire azerothcore and the DB would be safe
Archived author: BootlessFawn007 • Posted: 2025-07-21T03:59:17.582000+00:00
Original source
I finished adding the .sql files, is it worth it to try and build again or no?
Archived author: JudgeFae • Posted: 2025-07-21T03:59:18.886000+00:00
Original source
Unless it's Docker