Stefan Dirsch
45405850fe
* 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
12 lines
357 B
Diff
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()
|