From 224f9961b518287c2a0e00ecf2fe6865f35390d3 Mon Sep 17 00:00:00 2001 From: bergmann Date: Fri, 2 Aug 2019 11:22:23 +0200 Subject: [PATCH] * Removed version suffix from normal executables --- projects/helloworld/src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/helloworld/src/CMakeLists.txt b/projects/helloworld/src/CMakeLists.txt index 3a8fb81..3b8b7d0 100644 --- a/projects/helloworld/src/CMakeLists.txt +++ b/projects/helloworld/src/CMakeLists.txt @@ -31,9 +31,6 @@ Target_Link_Libraries ( helloworld-objects Set ( HELLOWORLD_MAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp ) Add_Executable ( helloworld ${HELLOWORLD_MAIN_FILE} ) -Set_Target_Properties ( helloworld - PROPERTIES - VERSION ${HELLOWORLD_VERSION} ) Target_Link_Libraries ( helloworld PUBLIC helloworld-objects )