[DiscordArchive] Wait... u made your build folder the same as your cmake folder?
[DiscordArchive] Wait... u made your build folder the same as your cmake folder?
Archived author: M'Dic • Posted: 2021-03-03T15:59:15.118000+00:00
Original source
Wait... u made your build folder the same as your cmake folder?
Archived author: KalTheDrow • Posted: 2021-03-03T15:59:19.569000+00:00
Original source
err
Archived author: KalTheDrow • Posted: 2021-03-03T16:00:07.007000+00:00
Original source
I originally ran cmake ../ -DCMAKE_INSTALL_PREFIX=/big/long/path
Archived author: KalTheDrow • Posted: 2021-03-03T16:00:14.853000+00:00
Original source
where that path arrives at my output server files
Archived author: KalTheDrow • Posted: 2021-03-03T16:00:33.812000+00:00
Original source
so whenever it's time for an update, I go into my build folder, and just run cmake ../
Archived author: KalTheDrow • Posted: 2021-03-03T16:00:35.759000+00:00
Original source
which has always worked
Archived author: M'Dic • Posted: 2021-03-03T16:01:36.491000+00:00
Original source
Well give it a try. Thats a bit of a messy setup in my opinion but if it worms for yourself then go for it and see how it works
Archived author: M'Dic • Posted: 2021-03-03T16:01:54.496000+00:00
Original source
When u clean the cache u will need to rerun cmake
Archived author: KalTheDrow • Posted: 2021-03-03T16:02:12.620000+00:00
Original source
hmm, I did the cmake part following the guide direct from atlassian
Archived author: KalTheDrow • Posted: 2021-03-03T16:04:09.719000+00:00
Original source
ok so:
```cmake --build . --target clean```
Appeared to do it. But revision_data.h stll has the older dated file in :/