From cdd4a988fdf867d3c6dba43fd3924c5188de18bd Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:35:52 -0700 Subject: [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 Co-authored-by: Billy Robert O'Neal III --- docs/maintainers/vcpkg_configure_cmake.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`. -- cgit v1.2.3