Skip to content
Snippets Groups Projects
Commit f90af183 authored by Christoph Junghans's avatar Christoph Junghans
Browse files

cmake: add a warning for QMMM

parent 2ebd4eb2
No related branches found
No related tags found
No related merge requests found
...@@ -299,6 +299,7 @@ if(ENABLE_USER-QUIP) ...@@ -299,6 +299,7 @@ if(ENABLE_USER-QUIP)
endif() endif()
if(ENABLE_USER-QMMM) if(ENABLE_USER-QMMM)
message(WARNING "Building QMMM with CMake is still experimental")
find_package(QE REQUIRED) find_package(QE REQUIRED)
include_directories(${QE_INCLUDE_DIRS}) include_directories(${QE_INCLUDE_DIRS})
list(APPEND LAMMPS_LINK_LIBS ${QE_LIBRARIES} ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES}) list(APPEND LAMMPS_LINK_LIBS ${QE_LIBRARIES} ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment