Commit c9cf519ce683ca721aa18caa1fb1fea5aa49d104
1 parent
f7d112cf
forgot to remove this reference to CHANGELOG.md
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
| @@ -176,7 +176,7 @@ foreach(DIR ${BR_THIRDPARTY_APPS_DIR}) | @@ -176,7 +176,7 @@ foreach(DIR ${BR_THIRDPARTY_APPS_DIR}) | ||
| 176 | endforeach() | 176 | endforeach() |
| 177 | 177 | ||
| 178 | # Install | 178 | # Install |
| 179 | -install(FILES CHANGELOG.md LICENSE.txt README.md DESTINATION share/openbr) | 179 | +install(FILES LICENSE.txt README.md DESTINATION share/openbr) |
| 180 | install(DIRECTORY share DESTINATION .) | 180 | install(DIRECTORY share DESTINATION .) |
| 181 | install(DIRECTORY ${BR_THIRDPARTY_SHARE} DESTINATION share) | 181 | install(DIRECTORY ${BR_THIRDPARTY_SHARE} DESTINATION share) |
| 182 | 182 |