Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-08 | 'Clang' is capitalized. Correct it. | Hiroo Ono | |
cf. https://cmake.org/cmake/help/v3.28/variable/CMAKE_LANG_COMPILER_ID.html | |||
2024-09-08 | In the build of Collada-DOM, Check CMAKE_CXX_COMPILER_ID to set | Hiroo Ono | |
different options according to compiler. | |||
2024-09-07 | Revert "Comment out 'install' lines in collada-dom' CMakeLists.txt, because" | Hiroo Ono | |
This reverts commit faf303b4100ac2f3143e7c1f72130c3ff569a8c7. | |||
2024-09-07 | Make colladadom 2.3 build on Ubuntu 24.04.1 GCC 13 | Erik Kundiman | |
2024-09-05 | Get colladadom 2.3 build method to work on Fedora | Erik Kundiman | |
2024-09-05 | Comment out 'install' lines in collada-dom' CMakeLists.txt, because | Hiroo 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-03 | So, it was minizip, not minizip-ng. Sorry. | Hiroo Ono | |
2024-09-03 | added Boost include directory to the target collada14dom. | Hiroo Ono | |
added -Wno-error=unused-result to the target collada14dom. | |||
2024-09-02 | Fix 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-01 | Build and link collada-dom v2.3-r7 taken from Linden Lab's 3rd party software | Hiroo Ono | |
repository. |