ChimeraTK / project-template

Template for new projects. Can also be used to update cmake scripts in existing projects by merging the changes. This repository intentionally does not have a README.md (which would create conflicts in the projects using this template). For documentation, please follow this link:
https://github.com/ChimeraTK/project-template/blob/master/HowTo_project-template.md
GNU Lesser General Public License v3.0
1 stars 3 forks source link

FindDoocs does not detect missing dapi #5

Open killenb opened 5 years ago

killenb commented 5 years ago

If the component dapi is requested, CMake does not detect if the dapi library is missing. It just adds the linker flags and then the linker complains.

phako commented 1 year ago

is this still relevant after switching to pkg-config for doocs?