[DiscordArchive] What happens if you delete cmake cache (click File and Delete Cache in cmake) and configure it again
[DiscordArchive] What happens if you delete cmake cache (click File and Delete Cache in cmake) and configure it again
Archived author: Revision • Posted: 2025-05-04T21:01:14.422000+00:00
Original source
What happens if you delete cmake cache (click File and Delete Cache in cmake) and configure it again, does it still show 9.3?
Archived author: ShanDo • Posted: 2025-05-04T21:01:46.424000+00:00
Original source
now 8.4
Archived author: Revision • Posted: 2025-05-04T21:02:27.290000+00:00
Original source
There you go
Archived author: St0ny • Posted: 2025-05-04T21:03:21.634000+00:00
Original source
Ok then on Linux you have to delete the build folder and create a new and run cmake again and then recompile it. Then your server should connect to your DB.
Archived author: ShanDo • Posted: 2025-05-04T21:04:36.602000+00:00
Original source
ok so i have to start from here again so i delete the whole build folder? and start from the tut video from cmake again ^^
Archived author: Revision • Posted: 2025-05-04T21:04:49.537000+00:00
Original source
I don't understand what Linux has to do with this specific issue, I must be missing something.
Archived author: Revision • Posted: 2025-05-04T21:05:18.174000+00:00
Original source
If you open up the project (You can click `Open Project` in cmake) and then click Build -> Rebuild at the top it should just rebuild it with the new settings.