]> git.mxchange.org Git - flightgear.git/commitdiff
cmake: Quote argument in FindSvnClient.cmake.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 11 Sep 2011 10:42:59 +0000 (12:42 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 11 Sep 2011 10:42:59 +0000 (12:42 +0200)
CMakeModules/FindSvnClient.cmake

index 0823a532298168fe26c720c789b8fa232f73c722..7b175d4f0b18ebc411f8e8c2f68a3e2a71625640 100644 (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")