cmake: Quote argument in FindSvnClient.cmake.
This commit is contained in:
parent
f4b45eca7e
commit
c5b22d248e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if(HAVE_APR_CONFIG)
|
|||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||
|
||||
# clean up some vars, or other CMake pieces complain
|
||||
string(STRIP ${RAW_APR_LIBS} APR_LIBS)
|
||||
string(STRIP "${RAW_APR_LIBS}" APR_LIBS)
|
||||
|
||||
else(HAVE_APR_CONFIG)
|
||||
message(STATUS "apr-1-config not found, implement manual search for APR")
|
||||
|
|
Loading…
Reference in a new issue