mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 13:03:01 +08:00
[imath] no absolute paths (#21452)
This commit is contained in:
parent
50700e0360
commit
ef17a0202a
@ -17,6 +17,7 @@ vcpkg_cmake_install()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/Imath)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "imath",
|
||||
"version": "3.1.3",
|
||||
"port-version": 1,
|
||||
"description": "Imath is a C++ and Python library of 2D and 3D vector, matrix, and math operations for computer graphics.",
|
||||
"homepage": "https://github.com/AcademySoftwareFoundation/Imath",
|
||||
"dependencies": [
|
||||
|
@ -2822,7 +2822,7 @@
|
||||
},
|
||||
"imath": {
|
||||
"baseline": "3.1.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"imgui": {
|
||||
"baseline": "1.85",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f8d9cbaa52114f1030e4bc9ee0e075da76d7be5c",
|
||||
"version": "3.1.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a244498f54d1b743d54d9d4a89d5ea556346a22e",
|
||||
"version": "3.1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user