summarylogtreecommitdiffstats
path: root/ueye-config.cmake
diff options
context:
space:
mode:
authorMaarten de Vries2019-04-28 00:12:06 +0200
committerMaarten de Vries2019-04-28 00:12:06 +0200
commit88ce4c2b557287bfde39d84d59da236cf93467d4 (patch)
treee6471faaa272f91fcc69501017f91504fdfe35ec /ueye-config.cmake
parent0d2cea2354e88a454cb2d5bc9a20b54bdf5adb8b (diff)
downloadaur-88ce4c2b557287bfde39d84d59da236cf93467d4.tar.gz
Fix cmake files and installed library symlinks.
Diffstat (limited to 'ueye-config.cmake')
-rw-r--r--ueye-config.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/ueye-config.cmake b/ueye-config.cmake
index 290eb7b5e144..d2ec8ec74ce3 100644
--- a/ueye-config.cmake
+++ b/ueye-config.cmake
@@ -1,7 +1,7 @@
set(ueye_MAJOR_VERSION 4)
-set(ueye_MINOR_VERSION 90)
-set(ueye_PATCH_VERSION 06)
+set(ueye_MINOR_VERSION 92)
+set(ueye_PATCH_VERSION 0)
set(ueye_VERSION ${ueye_MAJOR_VERSION}.${ueye_MINOR_VERSION}.${ueye_PATCH_VERSION})
add_library(ueye SHARED IMPORTED)
-set_target_properties(ueye PROPERTIES IMPORTED_LOCATION /usr/lib/libueye_api.so)
+set_target_properties(ueye PROPERTIES IMPORTED_LOCATION /usr/lib/libueye_api.so.4.92)