diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-05-17 11:08:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 11:08:33 -0700 |
| commit | 253c561a2cb38f5e09510d5bed35bd50dacfbfc9 (patch) | |
| tree | d532edfceffb5231ae3ab14795d1a078119816d1 /scripts/ports.cmake | |
| parent | e6dcc079c81161786eb7b052209a2047e79f2c6c (diff) | |
| download | vcpkg-253c561a2cb38f5e09510d5bed35bd50dacfbfc9.tar.gz vcpkg-253c561a2cb38f5e09510d5bed35bd50dacfbfc9.zip | |
[scripts-audit] gn buildsystem (#17776)
* [scripts-audit] Remove vcpkg_build_gn
This command has never been used (git log -S"vcpkg_build_gn\("
gives no results outside of the file itself and docs)
and so shrink the public interface surface
* [scripts-audit] gn buildsystem
* format
* oops
* aaaugh
* cr
Diffstat (limited to 'scripts/ports.cmake')
| -rw-r--r-- | scripts/ports.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ports.cmake b/scripts/ports.cmake index 4adb48149..0e994cd4f 100644 --- a/scripts/ports.cmake +++ b/scripts/ports.cmake @@ -89,7 +89,6 @@ if(CMD MATCHES "^BUILD$") include("${SCRIPTS}/cmake/vcpkg_add_to_path.cmake") include("${SCRIPTS}/cmake/vcpkg_apply_patches.cmake") include("${SCRIPTS}/cmake/vcpkg_build_cmake.cmake") - include("${SCRIPTS}/cmake/vcpkg_build_gn.cmake") include("${SCRIPTS}/cmake/vcpkg_build_make.cmake") include("${SCRIPTS}/cmake/vcpkg_build_msbuild.cmake") include("${SCRIPTS}/cmake/vcpkg_build_ninja.cmake") |
