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

cmake: make CMAKE_VERBOSE_MAKEFILE option visible

parent 55bd8233
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ if(BUILD_SHARED_LIBS) # for all pkg libs, mpi_stubs and linalg ...@@ -58,6 +58,7 @@ if(BUILD_SHARED_LIBS) # for all pkg libs, mpi_stubs and linalg
endif() endif()
option(DEVELOPER_MODE "Enable developer mode" OFF) option(DEVELOPER_MODE "Enable developer mode" OFF)
mark_as_advanced(DEVELOPER_MODE) mark_as_advanced(DEVELOPER_MODE)
option(CMAKE_VERBOSE_MAKEFILE "Generate verbose Makefiles" OFF)
include(GNUInstallDirs) include(GNUInstallDirs)
set(LAMMPS_LINK_LIBS) set(LAMMPS_LINK_LIBS)
......
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