diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-08-31 22:35:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 22:35:52 -0700 |
| commit | cdd4a988fdf867d3c6dba43fd3924c5188de18bd (patch) | |
| tree | 18ae1aa0658ead51934b8c39b77878476a9a032f /docs | |
| parent | 2045a0e1ddaa36edc90554d88e4240a3342f3616 (diff) | |
| download | vcpkg-cdd4a988fdf867d3c6dba43fd3924c5188de18bd.tar.gz vcpkg-cdd4a988fdf867d3c6dba43fd3924c5188de18bd.zip | |
[vcpkg_configure_cmake] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default (#12846)
* [vcpkg] Pass CMAKE_DISABLE_SOURCE_CHANGES to all ports by default
* [docs] Regenerate
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/maintainers/vcpkg_configure_cmake.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_configure_cmake.md b/docs/maintainers/vcpkg_configure_cmake.md index d020dbb69..00324dc1c 100644 --- a/docs/maintainers/vcpkg_configure_cmake.md +++ b/docs/maintainers/vcpkg_configure_cmake.md @@ -29,6 +29,8 @@ This should be specified unless the port is known to not work under Ninja. Disables running the CMake configure step in parallel. This is needed for libraries which write back into their source directory during configure. +This also disables CMAKE_DISABLE_SOURCE_CHANGES. + ### NO_CHARSET_FLAG Disables passing `utf-8` as the default character set to `CMAKE_C_FLAGS` and `CMAKE_CXX_FLAGS`. |
