From 37ac6f07449d4e0d8bad3458652f24efe147deba Mon Sep 17 00:00:00 2001 From: Mikko Juola Date: Fri, 27 Aug 2010 18:48:54 +0300 Subject: [PATCH] Remove final dfveinlook installing command from tools/supported/CMakeLists.txt. --- tools/supported/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/supported/CMakeLists.txt b/tools/supported/CMakeLists.txt index f7006aeb2..073760894 100644 --- a/tools/supported/CMakeLists.txt +++ b/tools/supported/CMakeLists.txt @@ -116,9 +116,3 @@ dfflows dfliquids RUNTIME DESTINATION bin ) -IF(UNIX) - install(TARGETS - dfveinlook - RUNTIME DESTINATION bin - ) -ENDIF(UNIX)