From ac85a9db48fbb5be550b2ddc8ccdff1b112d3ab2 Mon Sep 17 00:00:00 2001 From: daiwei Date: Mon, 5 Feb 2024 10:49:38 +0800 Subject: [PATCH] [1.9.x][fix]:revert to add windows driver ev signature commit --- OrbbecSDK.pc.in | 2 -- README.md | 1 - README_CN.md | 1 - 3 files changed, 4 deletions(-) mode change 100644 => 100755 OrbbecSDK.pc.in mode change 100644 => 100755 README.md mode change 100644 => 100755 README_CN.md diff --git a/OrbbecSDK.pc.in b/OrbbecSDK.pc.in old mode 100644 new mode 100755 index bd43662f..8e6cb235 --- a/OrbbecSDK.pc.in +++ b/OrbbecSDK.pc.in @@ -5,8 +5,6 @@ includedir=${prefix}/include Name: OrbbecSDK Description: OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and manipulate Orbbec cameras seamlessly. - Version: @PROJECT_VERSION@ - Libs: -L${libdir} -lOrbbecSDK Cflags: -I${includedir} diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 3567524c..d501a785 --- a/README.md +++ b/README.md @@ -164,4 +164,3 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK) * [Orbbec SDK Repo](https://github.com/orbbec/OrbbecSDK) * [Orbbec Main Page](https://www.orbbec.com/) * [Orbbec 3D Club](https://3dclub.orbbec3d.com) -* [gitee Repo](https://gitee.com/orbbecdeveloper/OrbbecSDK) diff --git a/README_CN.md b/README_CN.md old mode 100644 new mode 100755 index d8801f3e..0bfdadf1 --- a/README_CN.md +++ b/README_CN.md @@ -149,4 +149,3 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK) * [奥比中光主页](https://www.orbbec.com.cn/) * [3D 视觉开发者社区](https://developer.orbbec.com.cn/) -* [gitee 仓库](https://gitee.com/orbbecdeveloper/OrbbecSDK)