mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
This was left out of commit e301cbffcc (ExternalProject: Set environment
variables, 2025-04-09).
7 lines
257 B
ReStructuredText
7 lines
257 B
ReStructuredText
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.
|