mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
commit
f80b8a2c5e
2 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
||||||
Source: nvtt
|
Source: nvtt
|
||||||
Version: 330c4d56274a0f602a5c70596e2eb670a4ed56c2
|
Version: 2.1.3
|
||||||
Description: Texture processing tools with support for Direct3D 10 and 11 formats.
|
Description: Texture processing tools with support for Direct3D 10 and 11 formats.
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO vircadia/nvidia-texture-tools
|
REPO JulianGro/nvidia-texture-tools
|
||||||
REF d8b7a98aeb177b5eddb76571183bbd2f95d54e6c
|
REF 4c022091ad5dae8964052cadcc506c10e6956442
|
||||||
SHA512 ea15ffd19eb1e14c8ebd62f8d7de3df1ecf6c18a339025f4a0e13419717d510903fc126ec6d1bdfbb5a2f4525a922412b72318bc8dd55dd000481a3924fbfcd4
|
SHA512 dcae327f40e25408fdca73f01bc0555f38b0e9d6bf19adc87532e03365e3b4f6f12a6bcdd7dd27c7af3a5579b9ddd086a5f9c7ee7abd0d0f55c707db8666a780
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ vcpkg_configure_cmake(
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DBUILD_TESTS=OFF
|
-DBUILD_TESTS=OFF
|
||||||
-DBUILD_TOOLS=OFF
|
-DBUILD_TOOLS=OFF
|
||||||
|
-DUSE_CUDA=FALSE # Do not use CUDA even if available
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
@ -26,7 +27,7 @@ vcpkg_install_cmake()
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
vcpkg_copy_pdbs()
|
vcpkg_copy_pdbs()
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||||
|
|
Loading…
Reference in a new issue