You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: