diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-09-11 04:41:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 13:41:46 -0700 |
| commit | e8e660a36c6aabc788d0cb03c5b38b7df6edbb22 (patch) | |
| tree | 4efcd3b6e85e33e451321d39fe3229398aaf86d0 /ports/pangolin/fix-dependency-python.patch | |
| parent | e0aee0ddcfdab86b4f7d28371f7923fa948599d3 (diff) | |
| download | vcpkg-e8e660a36c6aabc788d0cb03c5b38b7df6edbb22.tar.gz vcpkg-e8e660a36c6aabc788d0cb03c5b38b7df6edbb22.zip | |
[vcpkg baseline][pangolin] Add features, fix dependency pybind11 (#20006)
* [vcpkg baseline][pangolin] Add features, fix dependency pybind11
* Fix dependency name realsense2
* Remove default-feature gles
* Re-generated patch, add MAYBE_UNUSED_VARIABLES, fix build with core
* version
* Fix desc, add more MAYBE_UNUSED_VARIABLES
* version
* more MAYBE_UNUSED_VARIABLES
* version
* Remove some CMAKE_DISABLE_FIND_PACKAGE_*
* version
* Remove more CMAKE_DISABLE_FIND_* since they are disabled
* Remove BUILD_FOR_GLES_2
* version
* Restore BUILD_FOR_GLES_2
* version
* Fix more dependencies
* [libuvc]Fix build type, fix usage
* version
* Re-make patch
* version
* Use libjpeg macros instead of target name to avoid use `find_dependency`
* version
* Fix usage on non-Windows
* version
* commit suggestions
* version
* Apply suggestion
* version
* Re-fix JPEG
* version
* typo
* format
* version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/pangolin/fix-dependency-python.patch')
| -rw-r--r-- | ports/pangolin/fix-dependency-python.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/pangolin/fix-dependency-python.patch b/ports/pangolin/fix-dependency-python.patch deleted file mode 100644 index 276e0f092..000000000 --- a/ports/pangolin/fix-dependency-python.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index ddeb144..49dcf02 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -299,7 +299,9 @@ if(BUILD_PANGOLIN_PYTHON AND BUILD_PANGOLIN_GUI AND BUILD_PANGOLIN_VARS AND NOT - - if(pybind11_FOUND) - set(HAVE_PYTHON 1) -- -+ if (UNIX) -+ set(PYTHON_LIBRARY ${PYTHON_LIBRARY} dl util) -+ endif() - file(GLOB pypangolin_SRC "python/pypangolin/*.cpp" ) - file(GLOB pypangolin_HDR "python/pypangolin/*.hpp" ) - list(APPEND HEADERS |
