--- ./src/madness/mra/CMakeLists.txt.orig	2016-12-29 14:28:07.352387512 +0100
+++ ./src/madness/mra/CMakeLists.txt	2016-12-29 14:30:14.676171248 +0100
@@ -19,11 +19,7 @@
 # Create executables
 add_executable(mraplot mraplot.cc)
 target_link_libraries(mraplot MADmra)
-
-# Install the MADmra library
-install(TARGETS mraplot EXPORT madness
-    RUNTIME DESTINATION "${MADNESS_INSTALL_BINDIR}"
-    COMPONENT mra)
+install(TARGETS mraplot DESTINATION "${MADNESS_INSTALL_BINDIR}" COMPONENT mra)
 install(FILES autocorr coeffs gaussleg
     DESTINATION "${MADNESS_INSTALL_DATADIR}"
     COMPONENT mra)
@@ -52,4 +48,4 @@
     target_link_libraries(${_test} MADmra)
   endforeach()
   
-endif()
\ Kein Zeilenumbruch am Dateiende.
+endif()
