Hi Jeremy, I'm afraid this is the intended behaviour
cmake (look at the delta) does this:
https://patches.ubuntu.com/c/cmake/cmake_3.5.2-1ubuntu1.patch
+ if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
+ SET(CMAKE_INSTALL_LIBDIR "lib/${CMAKE_LIBRARY_ARCHITECTURE}")
+ endif()
and pdal does:
if (DEFINED CMAKE_INSTALL_LIBDIR)
set(PDAL_LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}")
else()
set(PDAL_LIB_INSTALL_DIR "lib")
endif()
so, this seems to be the reason for this.
what about fixing pdal to be multiarch?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596391
Title:
pdal ftbfs because cmake on Ubuntu points to multi-arch directories
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1596391/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs