diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-09-05 08:22:32 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-09-05 08:22:32 +0800 |
commit | a160ac9d8531f1702ad60a196d0d1914a0f683b9 (patch) | |
tree | eeff95ea3ee7a84918767d831c799be53ba7163b /patches | |
parent | 1562dff7b21610c8a2114f946d73b33ce4db56ee (diff) |
Get colladadom 2.3 build method to work on Fedora
Diffstat (limited to 'patches')
-rw-r--r-- | patches/collada-dom-v2.3-r7.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/collada-dom-v2.3-r7.patch b/patches/collada-dom-v2.3-r7.patch index a8d2687f8c..dc603d8af4 100644 --- a/patches/collada-dom-v2.3-r7.patch +++ b/patches/collada-dom-v2.3-r7.patch @@ -57,7 +57,7 @@ index 17fbaea..93b8256 100644 -add_library(collada14dom SHARED ${COLLADA_BASE_SOURCES} ${dom_files}) +add_library(collada14dom STATIC ${COLLADA_BASE_SOURCES} ${dom_files}) +target_compile_options(collada14dom PRIVATE -+ "-Wno-error=unused-result" ++ "-Wno-error=unused-result" "-Wno-cast-user-defined" +) +target_include_directories(collada14dom PRIVATE + ${colladadom_SOURCE_DIR}/include |