summaryrefslogtreecommitdiff
path: root/patches/collada-dom-v2.3-r7.patch
AgeCommit message (Collapse)Author
12 days'Clang' is capitalized. Correct it.Hiroo Ono
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html
12 daysIn the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to setHiroo Ono
different options according to compiler.
12 daysRevert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because"Hiroo Ono
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7.
12 daysMake colladadom 2.3 build on Ubuntu 24.04.1 GCC 13Erik Kundiman
2024-09-05Get colladadom 2.3 build method to work on FedoraErik Kundiman
2024-09-05Comment out 'install' lines in collada-dom' CMakeLists.txt, becauseHiroo Ono
we do not really use what is 'installed', but use what is there before installing. This should fix the build on Ubuntu.
2024-09-03So, it was minizip, not minizip-ng. Sorry.Hiroo Ono
2024-09-03added Boost include directory to the target collada14dom.Hiroo Ono
added -Wno-error=unused-result to the target collada14dom.
2024-09-02Fix build.Hiroo Ono
* check for minizip (not minizip-ng) on Linux (Debian) * added find_package(Boost REQUIRED CONFIG) in collada-dom build for Linux and FreeBSD
2024-09-01Build and link collada-dom v2.3-r7 taken from Linden Lab's 3rd party softwareHiroo Ono
repository.