Hi, I use CMake to build code from the deps directory using BinDeps. An issue with this is that when the C++ code is changed, the package is not rebuilt because the existence of the library is still detected. Is there an elegant way to force a make each time Pkg.build is called? The only way I see now is to remove the library each time.
Cheers, Bart
