From ffe650b3bfd258d20a91f25f7e39b866611b2f11 Mon Sep 17 00:00:00 2001 From: xHire Date: Sun, 26 Oct 2008 22:34:53 +0100 Subject: Fixed wrong variable in downserver/CMakeLists.txt --- src/downserver/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/downserver') diff --git a/src/downserver/CMakeLists.txt b/src/downserver/CMakeLists.txt index c854362..2a3b863 100644 --- a/src/downserver/CMakeLists.txt +++ b/src/downserver/CMakeLists.txt @@ -19,8 +19,8 @@ IF ( Server ) ############################################################################### # COMPILATION AND INSTALLATION ITSELF ############################################################################### - ADD_EXECUTABLE ( tuxanci-downserver-${VERSION} ${SRC} ) - INSTALL ( TARGETS tuxanci-downserver-${VERSION} + ADD_EXECUTABLE ( tuxanci-downserver-${TUXANCI_VERSION} ${SRC} ) + INSTALL ( TARGETS tuxanci-downserver-${TUXANCI_VERSION} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/${APPNAME} ) ENDIF ( Server ) -- cgit v1.2.3