aboutsummaryrefslogtreecommitdiff
path: root/scripts/ports.cmake
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-05-17 11:08:33 -0700
committerGitHub <noreply@github.com>2021-05-17 11:08:33 -0700
commit253c561a2cb38f5e09510d5bed35bd50dacfbfc9 (patch)
treed532edfceffb5231ae3ab14795d1a078119816d1 /scripts/ports.cmake
parente6dcc079c81161786eb7b052209a2047e79f2c6c (diff)
downloadvcpkg-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.cmake1
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")