From f90af1839e3da1e7cf7e62b870ae3bd424235440 Mon Sep 17 00:00:00 2001 From: Christoph Junghans <junghans@votca.org> Date: Wed, 9 May 2018 22:42:33 -0600 Subject: [PATCH] cmake: add a warning for QMMM --- cmake/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index a02dbfd240..c09a98ab17 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -299,6 +299,7 @@ if(ENABLE_USER-QUIP) endif() if(ENABLE_USER-QMMM) + message(WARNING "Building QMMM with CMake is still experimental") find_package(QE REQUIRED) include_directories(${QE_INCLUDE_DIRS}) list(APPEND LAMMPS_LINK_LIBS ${QE_LIBRARIES} ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES}) -- GitLab