Commit 4f47bb049dfff80099d01b1b63ba473989adab86
1 parent
7dabf73c
don't automatically install /share
Showing
1 changed file
with
0 additions
and
3 deletions
CMakeLists.txt
| ... | ... | @@ -156,9 +156,6 @@ if(BR_THIRDPARTY_DIR) |
| 156 | 156 | if(EXISTS "${BR_THIRDPARTY_DIR}/app") |
| 157 | 157 | set(BR_THIRDPARTY_APPS_DIR ${BR_THIRDPARTY_APPS_DIR} "${BR_THIRDPARTY_DIR}/app") |
| 158 | 158 | endif() |
| 159 | - if (EXISTS "${BR_THIRDPARTY_DIR}/share") | |
| 160 | - install(DIRECTORY ${BR_THIRDPARTY_DIR}/share DESTINATION .) | |
| 161 | - endif() | |
| 162 | 159 | else() |
| 163 | 160 | set(BR_THIRDPARTY_DIR "" CACHE PATH "Path to proprietary software") |
| 164 | 161 | mark_as_advanced(BR_THIRDPARTY_DIR) | ... | ... |