Browse Source

Merge topic 'ExternalProject-BUILD_ALWAYS'

755b378e Help: Add ExternalProject-BUILD_ALWAYS topic release notes
Brad King 12 years ago
parent
commit
2a93843f3f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/ExternalProject-BUILD_ALWAYS.rst

+ 6 - 0
Help/release/dev/ExternalProject-BUILD_ALWAYS.rst

@@ -0,0 +1,6 @@
+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.