missing '$'

pull/40/head
Matchman Green 2012-05-10 00:30:30 +08:00
parent 56e605c392
commit 93f0f42855
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ elsif (EXISTS "${CMAKE_INSTALL_PREFIX}/lib64/" AND CMAKE_SIZEOF_VOID_P EQUAL 8)
set (LIBGRIVE_INSTALL_DIR lib64)
endif ()
install(TARGETS grive LIBRARY DESTINATION {LIBGRIVE_INSTALL_DIR} )
install(TARGETS grive LIBRARY DESTINATION ${LIBGRIVE_INSTALL_DIR} )
install(FILES ${DRIVE_HEADERS} DESTINATION include/grive/drive)
install(FILES ${PROTOCOL_HEADERS} DESTINATION include/grive/protocol)
install(FILES ${UTIL_HEADERS} DESTINATION include/grive/util)