MeshLib icon indicating copy to clipboard operation
MeshLib copied to clipboard

CMake package config generates incorrect library path

Open ksmith-dandy opened this issue 4 months ago • 0 comments

The meshlib-config.cmake.in template has an additional /lib added to its link_directories that causes linking issues when trying to use it as a package in another project. MR_MAIN_LIB_DIR seems to reliably contain the final /lib needed at least when installing with a custom prefix.

ksmith-dandy avatar Oct 18 '24 17:10 ksmith-dandy