applocal.ps1 dependency resolution significantly slowing down cmake build #41941
Unanswered
ryanstocks00
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The command
seems to take a long time to run (~20 seconds) and is added to the link command of my executable so is run every time I modify a file and recompile (often this is ~80% of my overall compilation time). I only have 4 dependencies (opencv, gdal, pdal and qtbase) so this is quite frustrating and unnecessary when just making minor modifications. Any ideas why this is so slow and how to speed it up?
Beta Was this translation helpful? Give feedback.
All reactions