blob: 4a1fac8c6d9288cbbe974c2d36931fc277a7a651 (
plain)
1
2
3
4
5
6
7
8
|
external-project-configure-handled-by-build
-------------------------------------------
* The :module:`ExternalProject` function ``ExternalProject_Add`` learned a new
``CONFIGURE_HANDLED_BY_BUILD`` option to have subsequent runs of the configure
step be triggered by the build step when an external project dependency
rebuilds instead of always rerunning the configure step when an external
project dependency rebuilds.
|