From ee383f1984f45a2240f0c9149825ce3fe71d4c9d Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Wed, 23 Feb 2011 15:55:08 +0100 Subject: [PATCH] Executable has the same name as the project --- src/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bca280b..2a03d02 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,7 @@ set( SOURCES ) # binary name -set( TARGET pingcheck ) +set( TARGET ${PROJECT_NAME} ) # creates the binary add_executable( ${TARGET} ${SOURCES} ) -- 1.7.1