Skip to content

Commit

Permalink
[ms-gltf] Use new generator selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jul 20, 2022
1 parent 1d63c0b commit d154b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions ports/ms-gltf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
# note: Platform-native buildsystem will be more helpful to launch/debug the tests/samples.
# note: The PDB file path is making Ninja fails to install.
# For Windows, we rely on /MP. The other platforms should be able to build with PREFER_NINJA.
set(WINDOWS_USE_MSBUILD)
if(VCPKG_TARGET_IS_WINDOWS)
set(WINDOWS_USE_MSBUILD "WINDOWS_USE_MSBUILD")
endif()

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
${WINDOWS_USE_MSBUILD}
WINDOWS_USE_MSBUILD
OPTIONS
${FEATURE_OPTIONS}
)
Expand Down
1 change: 1 addition & 0 deletions ports/ms-gltf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ms-gltf",
"version-date": "2022-06-28",
"port-version": 1,
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
"homepage": "https://github.com/microsoft/glTF-SDK",
"license": "MIT",
Expand Down

0 comments on commit d154b1f

Please sign in to comment.