Package: libassimp-dev
Version: 5.0.1~ds0-2
Followup-For: Bug #973361
X-Debbugs-Cc: [email protected]
Dear Maintainer,
I can reproduce this issue with the following CMake project:
---snip---
cmake_minimum_required(VERSION 3.16)
project(whatever)
find_package(assimp 5.0)
add_executable(myexe main.cpp)
target_link_libraries(myexe PRIVATE assimp::assimp)
---snap---
main.cpp can be any file, even an empty one.
One can work around locally by altering
/usr/lib/x86_64-linux-gnu/cmake/assimp-5.0/assimpTargets.cmake and add another
line
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
in the block under the comment
# Compute the installation prefix relative to this file.
Also see https://bugreports.qt.io/browse/QTBUG-98420
-- System Information:
Debian Release: 11.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-9-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libassimp-dev depends on:
ii libassimp5 5.0.1~ds0-2
libassimp-dev recommends no packages.
libassimp-dev suggests no packages.
-- no debconf information