Commit 49d84aa381996d573d68da8dd2056d7d44e16a7e
1 parent
2aae0a3b
generalized test/tests.cmake to src/src.cmake
Showing
1 changed file
with
2 additions
and
2 deletions
CMakeLists.txt
| @@ -145,8 +145,8 @@ mark_as_advanced(BR_THIRDPARTY_PLUGINS_DIR) | @@ -145,8 +145,8 @@ mark_as_advanced(BR_THIRDPARTY_PLUGINS_DIR) | ||
| 145 | mark_as_advanced(BR_THIRDPARTY_APPS_DIR) | 145 | mark_as_advanced(BR_THIRDPARTY_APPS_DIR) |
| 146 | 146 | ||
| 147 | if(BR_THIRDPARTY_DIR) | 147 | if(BR_THIRDPARTY_DIR) |
| 148 | - if(EXISTS "${BR_THIRDPARTY_DIR}/test/tests.cmake") | ||
| 149 | - include("${BR_THIRDPARTY_DIR}/test/tests.cmake") | 148 | + if(EXISTS "${BR_THIRDPARTY_DIR}/src/src.cmake") |
| 149 | + include("${BR_THIRDPARTY_DIR}/src/src.cmake") | ||
| 150 | endif() | 150 | endif() |
| 151 | if(EXISTS "${BR_THIRDPARTY_DIR}/plugins") | 151 | if(EXISTS "${BR_THIRDPARTY_DIR}/plugins") |
| 152 | set(BR_THIRDPARTY_PLUGINS_DIR ${BR_THIRDPARTY_PLUGINS_DIR} "${BR_THIRDPARTY_DIR}/plugins") | 152 | set(BR_THIRDPARTY_PLUGINS_DIR ${BR_THIRDPARTY_PLUGINS_DIR} "${BR_THIRDPARTY_DIR}/plugins") |