asyncplusplus icon indicating copy to clipboard operation
asyncplusplus copied to clipboard

Fix CMake config install directory

Open dblsaiko opened this issue 1 year ago • 0 comments

Currently, this installs in $prefix/cmake which is not a path find_library() looks in, so it is impossible to use the installed library as is.

dblsaiko avatar Jan 09 '25 14:01 dblsaiko