summaryrefslogtreecommitdiffstats
path: root/src/CBot
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-18 09:11:44 +0100
committerDidier Raboud <odyx@debian.org>2012-12-18 09:11:57 +0100
commita7d837460f5eeba060900031322d088ba330964c (patch)
tree79693476f8f602c9fd639df6c02b26b8929571ef /src/CBot
parent7db96b45360fa7b5b5ff905b965fdce64b219da3 (diff)
downloadcolobot-a7d837460f5eeba060900031322d088ba330964c.tar.gz
colobot-a7d837460f5eeba060900031322d088ba330964c.tar.bz2
colobot-a7d837460f5eeba060900031322d088ba330964c.zip
Minor cmake grammar fix
It is redundant to have CMAKE_INSTALL_PREFIX in path definitions; drop them.
Diffstat (limited to 'src/CBot')
-rw-r--r--src/CBot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CBot/CMakeLists.txt b/src/CBot/CMakeLists.txt
index 12d7262..e1c9b87 100644
--- a/src/CBot/CMakeLists.txt
+++ b/src/CBot/CMakeLists.txt
@@ -18,4 +18,4 @@ else()
add_library(CBot SHARED ${SOURCES})
endif()
-install(TARGETS CBot LIBRARY DESTINATION "${COLOBOT_LIB_DIR}")
+install(TARGETS CBot LIBRARY DESTINATION ${COLOBOT_LIB_DIR})