From 93f0f42855293aac62cf8869b5965c308fdf8424 Mon Sep 17 00:00:00 2001 From: Matchman Green Date: Thu, 10 May 2012 00:30:30 +0800 Subject: [PATCH] missing '$' --- libgrive/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgrive/CMakeLists.txt b/libgrive/CMakeLists.txt index 2af85e3..4206ec1 100644 --- a/libgrive/CMakeLists.txt +++ b/libgrive/CMakeLists.txt @@ -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)