Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo and replaced ${PROJECT_NAME} by @PROJECT_NAME@
This was not correctly doing the substitution, but rather it's kept at "${PROJECT_NAME}::${LIBRARY_NAME}". This is a problem when you later do "find_package" from another cmake project.
- Loading branch information