From f6fb3d4026dac44691305afd68ee41061fa91314 Mon Sep 17 00:00:00 2001 From: DrSlony Date: Thu, 15 Dec 2011 23:05:19 +0000 Subject: [PATCH] Removed rtstart reference from CMakeLists.txt, see issue 1160 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97c0c74a4..cbf53dec3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -306,10 +306,6 @@ if (OPTION_OMP) endif (OPENMP_FOUND) endif (OPTION_OMP) -if (UNIX) - install (PROGRAMS rtstart DESTINATION ${BINDIR}) -endif (UNIX) - install (FILES AUTHORS.txt DESTINATION ${CREDITSDIR}) install (FILES LICENSE.txt DESTINATION ${LICENCEDIR}) install (FILES AboutThisBuild.txt DESTINATION ${CREDITSDIR})