Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmake): Use standard install dirs on Linux
The previous method of installation didn't respect the standard dirs, leading to build tools not recognizing DPP correctly. This commit fixes this by moving everything to the standard dirs. As a side effect, files are no longer installed twice, due to CMake already placing some files in the right spots. Issue: brainboxdotcc#590 Issue: brainboxdotcc#335
- Loading branch information