Browse Source

Help: Add ExternalProject-BUILD_ALWAYS topic release notes

Brad King 11 years ago
parent
commit
755b378e57
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.