cmake: add quotes to string split.

This commit is contained in:
Mathias Froehlich 2011-09-11 23:27:03 +02:00
parent 2f6b84a2cc
commit c77161e2b0

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