Commit 48df2ef8c13a8a9bb833c15e851b6b51291fbc26
1 parent
579dd923
install misc files to share/openbr to avoid collisions with other software packages
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
| ... | ... | @@ -148,7 +148,7 @@ if(${BR_BUILD_DOCUMENTATION}) |
| 148 | 148 | endif() |
| 149 | 149 | |
| 150 | 150 | # Install |
| 151 | -install(FILES CHANGELOG.md LICENSE.txt README.md DESTINATION .) | |
| 151 | +install(FILES CHANGELOG.md LICENSE.txt README.md DESTINATION share/openbr) | |
| 152 | 152 | install(DIRECTORY share DESTINATION .) |
| 153 | 153 | install(DIRECTORY ${BR_THIRDPARTY_SHARE} DESTINATION share) |
| 154 | 154 | ... | ... |