Removed rtstart reference from CMakeLists.txt, see issue 1160

This commit is contained in:
DrSlony
2011-12-15 23:05:19 +00:00
parent ce1e28c03f
commit f6fb3d4026

View File

@@ -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})