Browse Source
[Fix] Fix variable propagation (no functional change)
pull/5500/head
Vsevolod Stakhov
6 months ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
0 additions and
1 deletions
-
cmake/AddDependencySubdirectories.cmake
|
|
|
@ -104,5 +104,4 @@ function(AddDependencySubdirectories) |
|
|
|
|
|
|
|
# Propagate variables to parent scope |
|
|
|
set(RSPAMD_REQUIRED_LIBRARIES ${RSPAMD_REQUIRED_LIBRARIES} PARENT_SCOPE) |
|
|
|
set(WITH_SNOWBALL ${WITH_SNOWBALL} PARENT_SCOPE) |
|
|
|
endfunction() |