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

cmake: avoid warning of missing include dir

parent 69449734
No related branches found
No related tags found
No related merge requests found
...@@ -414,6 +414,7 @@ if(PKG_MSCG) ...@@ -414,6 +414,7 @@ if(PKG_MSCG)
set(MSCG_INCLUDE_DIRS ${SOURCE_DIR}/src) set(MSCG_INCLUDE_DIRS ${SOURCE_DIR}/src)
list(APPEND LAMMPS_DEPS mscg_build) list(APPEND LAMMPS_DEPS mscg_build)
if(NOT LAPACK_FOUND) if(NOT LAPACK_FOUND)
file(MAKE_DIRECTORY ${MSCG_INCLUDE_DIRS})
add_dependencies(mscg_build linalg) add_dependencies(mscg_build linalg)
endif() endif()
else() else()
......
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