Author: rhs
Date: Wed Oct 24 15:20:44 2012
New Revision: 1401725

URL: http://svn.apache.org/viewvc?rev=1401725&view=rev
Log:
added quotes

Modified:
    qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt
    qpid/proton/trunk/proton-c/docs/api/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt?rev=1401725&r1=1401724&r2=1401725&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt Wed Oct 24 
15:20:44 2012
@@ -26,8 +26,8 @@ if (EPYDOC_EXE)
                      -o ${CMAKE_CURRENT_BINARY_DIR}/html
                      ${CMAKE_CURRENT_SOURCE_DIR}/proton.py)
    add_dependencies(docs docs-py)
-   install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
-           DESTINATION ${PROTON_SHARE}/docs/api-py
+   install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html/"
+           DESTINATION "${PROTON_SHARE}/docs/api-py"
            COMPONENT documentation
            OPTIONAL)
 endif (EPYDOC_EXE)

Modified: qpid/proton/trunk/proton-c/docs/api/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/docs/api/CMakeLists.txt?rev=1401725&r1=1401724&r2=1401725&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/docs/api/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/docs/api/CMakeLists.txt Wed Oct 24 15:20:44 2012
@@ -25,8 +25,8 @@ if (DOXYGEN_FOUND)
   add_dependencies (docs docs-c)
 
   # HTML files are generated to ./html - put those in the install.
-  install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
-           DESTINATION ${PROTON_SHARE}/docs/api-c
+  install (DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html/"
+           DESTINATION "${PROTON_SHARE}/docs/api-c"
            COMPONENT documentation
            OPTIONAL)
   # if (CPACK_GENERATOR STREQUAL "NSIS")



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to