From 40f21aa882668e8522c752984af67b9efde9d6a0 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 8 Sep 2010 09:18:37 +0200 Subject: [PATCH] Fixed: Installation of nel-config --- code/nel/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nel/CMakeLists.txt b/code/nel/CMakeLists.txt index ed1d31ce8..ecd986f83 100644 --- a/code/nel/CMakeLists.txt +++ b/code/nel/CMakeLists.txt @@ -86,7 +86,7 @@ IF(UNIX) SET(enable_sound ${WITH_SOUND}) CONFIGURE_FILE(nel-config.in nel-config) - INSTALL(PROGRAMS ${CMAKE_BINARY_DIR}/nel-config DESTINATION bin) + INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/nel-config DESTINATION bin) ENDIF(UNIX) IF(WIN32)