diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-18 07:36:07 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-18 07:36:54 -0800 |
| commit | b47b4346f8c5b09cfb9826a083fc2d034a2ea9b4 (patch) | |
| tree | 18cdcabab3bb5a83ed4429faa2e0a831e2bec435 /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | 51da0e25fa5af242331d0a5d8b0d8b4137d98fc5 (diff) | |
| download | vcpkg-b47b4346f8c5b09cfb9826a083fc2d034a2ea9b4.tar.gz vcpkg-b47b4346f8c5b09cfb9826a083fc2d034a2ea9b4.zip | |
[vcpkg-build-qmake][vcpkg-configure-qmake] Collapse config-specific versions.
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake index 258b8f64a..27dd0732d 100644 --- a/scripts/cmake/vcpkg_common_functions.cmake +++ b/scripts/cmake/vcpkg_common_functions.cmake @@ -10,15 +10,11 @@ include(vcpkg_from_bitbucket) include(vcpkg_build_cmake) include(vcpkg_build_msbuild) include(vcpkg_build_qmake) -include(vcpkg_build_qmake_debug) -include(vcpkg_build_qmake_release) include(vcpkg_install_cmake) include(vcpkg_install_meson) include(vcpkg_configure_cmake) include(vcpkg_configure_meson) include(vcpkg_configure_qmake) -include(vcpkg_configure_qmake_debug) -include(vcpkg_configure_qmake_release) include(vcpkg_apply_patches) include(vcpkg_copy_pdbs) include(vcpkg_copy_tool_dependencies) |
