From 59e176e64a3bcfde5b9908b1b8cad2cbc68ccfde Mon Sep 17 00:00:00 2001 From: aichhorn Date: Mon, 18 Jun 2018 11:12:29 +0200 Subject: [PATCH] updated Wien2k warning in cmake --- fortran/dmftproj/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )