libclc/fix-cmake-install.patch
Stefan Dirsch 45405850fe - Update to version 19.1.0.
* Improved 16-bit floating-point support.
- Add fix-cmake-install.patch to fix syntax error in CMake code.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=69
2024-09-26 13:53:32 +00:00

12 lines
357 B
Diff

--- CMakeLists.txt
+++ CMakeLists.txt
@@ -219,7 +219,7 @@
TARGET ${file}
INPUTS ${CMAKE_CURRENT_SOURCE_DIR}/generic/lib/${file}.ll
)
- install( FILES $<TARGET_PROPERTY:${file},TARGET_FILE> ARCHIVE
+ install( FILES $<TARGET_PROPERTY:${file},TARGET_FILE>
DESTINATION "${CMAKE_INSTALL_DATADIR}/clc" )
endforeach()
endif()