diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2019-12-20 21:20:31 +0100 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-20 12:20:31 -0800 |
| commit | f8cfe6c16462941cfd53b3db9e47e4955e1c1789 (patch) | |
| tree | fc720b2a258516e04e0df04eb8ef4ead9a44bb9e /scripts/cmake/vcpkg_fixup_cmake_targets.cmake | |
| parent | 386d5c9509e0be812af4178461817dae0e48be4f (diff) | |
| download | vcpkg-f8cfe6c16462941cfd53b3db9e47e4955e1c1789.tar.gz vcpkg-f8cfe6c16462941cfd53b3db9e47e4955e1c1789.zip | |
Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES (#8533)
* Fix CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
to respect already set values
closes #8506
* ws change to trigger full rebuild
Diffstat (limited to 'scripts/cmake/vcpkg_fixup_cmake_targets.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_fixup_cmake_targets.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_fixup_cmake_targets.cmake b/scripts/cmake/vcpkg_fixup_cmake_targets.cmake index c383fcb56..a042d9124 100644 --- a/scripts/cmake/vcpkg_fixup_cmake_targets.cmake +++ b/scripts/cmake/vcpkg_fixup_cmake_targets.cmake @@ -179,4 +179,4 @@ function(vcpkg_fixup_cmake_targets) endforeach() endfunction() - + |
