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 cache not deleted on build.sh -c, causes linker errors #220

Open
apsabelhaus opened this issue Feb 10, 2018 · 0 comments
Open

CMake cache not deleted on build.sh -c, causes linker errors #220

apsabelhaus opened this issue Feb 10, 2018 · 0 comments
Labels

Comments

@apsabelhaus
Copy link
Member

We need to have the build script delete the CMake cache, under build/CMakeFiles and build/CMakeCache.txt, when make clean is run. (That's ./build.sh -c)

I've been getting annoying linker errors when pulling from branches where CMake assumes files are linked one way, but they're done differently in different branches. Errors appear in particular with dev/dhustigschultz/BP_SC_NoLegs_Stats, and related.

Errors are fixed by deleting the cache under the build/ directory (files listed above), or the whole build/ directory itself.

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

No branches or pull requests

1 participant