diff options
| author | xHire <xhire@tuxportal.cz> | 2008-10-26 22:34:53 +0100 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2008-10-26 22:34:53 +0100 |
| commit | ffe650b3bfd258d20a91f25f7e39b866611b2f11 (patch) | |
| tree | 5841b38c52f3592f838e3ad89d62dacf6df57f26 | |
| parent | 19b353fa9ae82cedc062c3658a19b682582a44ad (diff) | |
Fixed wrong variable in downserver/CMakeLists.txt
| -rw-r--r-- | src/downserver/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |