mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
7 lines
258 B
ReStructuredText
7 lines
258 B
ReStructuredText
ExternalProject-BUILD_ALWAYS
|
|
----------------------------
|
|
|
|
* The :module:`ExternalProject` module ``ExternalProject_Add`` command
|
|
learned a new ``BUILD_ALWAYS`` option to cause the external project
|
|
build step to run every time the host project is built.
|