On 2021-10-31 Bruno Postle <[email protected]> wrote: [...] > With the latest code (probably since [b6aef0]), the libpano13 library > gets installed into /usr/lib on all architectures. Previously on > x86_64 and other 64 bit architectures the library was installed to > /usr/lib64 (as expected)
Does this help? 8X----------------- --- libpano13-2.9.21~rc1+dfsg.orig/CMakeLists.txt +++ libpano13-2.9.21~rc1+dfsg/CMakeLists.txt @@ -62,6 +62,9 @@ include(CheckIncludeFiles) ## global setup project(libpano13) +# support lib/lib64 +include(GNUInstallDirs) + ## # This must come before FINDs for tiff, jpeg, png, zlib to enable # finding the wxWidgets distributions of those packages on Windows. 8X----------------- (I have googled a bit and landed at https://bugzilla.redhat.com/show_bug.cgi?id=1425064 ) cu Andreas -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/YX%2B6hA7o%2BtT3NVQQ%40argenau.bebt.de.
