1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 08:45:22 +03:00
aports/testing/pcl/cmake-install-location.patch
Daniel Tobon bd9e178c7f testing/pcl: upgrade to 1.12.1
- take over maintainership
- re-enabled original aport by Bradley J Chambers
- added vtk dependency
- enabled VTK_RENDERING_BACKEND to OpenGL2
- set CMAKE_CXX_FLAGS to empty string: fixes broken build system
- set Ninja compilation tool
2022-07-20 20:05:30 +00:00

11 lines
412 B
Diff

--- a/cmake/pcl_utils.cmake
+++ b/cmake/pcl_utils.cmake
@@ -107,7 +107,7 @@
if(WIN32 AND NOT MINGW)
set(PCLCONFIG_INSTALL_DIR "cmake")
else()
- set(PCLCONFIG_INSTALL_DIR "share/${PROJECT_NAME_LOWER}-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
+ set(PCLCONFIG_INSTALL_DIR "lib/cmake/${PROJECT_NAME_LOWER}-${PCL_VERSION_MAJOR}.${PCL_VERSION_MINOR}")
endif()
endmacro()