1
0
Fork 0

cmake: Quote argument in FindSvnClient.cmake.

This commit is contained in:
Mathias Froehlich 2011-09-11 12:42:59 +02:00
parent f4b45eca7e
commit c5b22d248e

View file

@ -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")