UCL / GreatCMakeCookOff

Bunch of CMake pain in the baker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

external project downloaded by default do not find cached projects

mdavezac opened this issue · comments

External projects with both DOWNLOAD_BY_DEFAULT and CHECK_EXTERNAL should check the external project directory for previously compiled packages. This makes it easy to compile external projects once and re-use them.

This does not work in v1.0 and there are yet no tests.