Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Allow install if non-toplevel project. (#73)
If another project vendors termcolor (via `add_subdirectory`) and tries to install, the resulting package is not usable. By changing `CMAKE_PROJECT_NAME` to `PROJECT_NAME` in `config.cmake.in` this problem is solved.
- Loading branch information