Help: Add release note for ExternalProject's environment modification options

This was left out of commit e301cbffcc (ExternalProject: Set environment
variables, 2025-04-09).
This commit is contained in:
Peter Kokot
2025-09-23 22:42:37 +02:00
committed by Brad King
parent 9f190de849
commit 70f3a81769

View File

@@ -0,0 +1,6 @@
ExternalProject
---------------
* The :module:`ExternalProject` module's commands :command:`ExternalProject_Add`
and :command:`ExternalProject_Add_Step` now provide options to set
environment variables on the configure, build, install, and test steps.