diff --git a/fortran/dmftproj/CMakeLists.txt b/fortran/dmftproj/CMakeLists.txt index 4c202375..7e646998 100644 --- a/fortran/dmftproj/CMakeLists.txt +++ b/fortran/dmftproj/CMakeLists.txt @@ -17,10 +17,10 @@ SET(D ${CMAKE_CURRENT_SOURCE_DIR}/SRC_templates/) SET(WIEN_SRC_TEMPL_FILES ${D}/case.cf_f_mm2 ${D}/case.cf_p_cubic ${D}/case.indmftpr ${D}/run_triqs ${D}/runsp_triqs) message(STATUS "-----------------------------------------------------------------------------") message(STATUS " ******** WARNING ******** ") -message(STATUS " Wien2k users : after installation of TRIQS, copy the files from ") +message(STATUS " Wien2k 14.2 and older : after installation of TRIQS, copy the files from ") message(STATUS " ${CMAKE_INSTALL_PREFIX}/share/triqs/Wien2k_SRC_files/SRC_templates ") message(STATUS " to your Wien2k installation WIENROOT/SRC_templates (Cf documentation). ") -message(STATUS " This is not handled automatically by the installation process. ") +message(STATUS " For newer versions these files are already shipped with Wien2k. ") message(STATUS "-----------------------------------------------------------------------------") install (FILES ${WIEN_SRC_TEMPL_FILES} DESTINATION share/triqs/Wien2k_SRC_files/SRC_templates )