IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f1be8391 authored by ralfulrich's avatar ralfulrich
Browse files

verbose off

parent 55775fc4
No related branches found
No related tags found
1 merge request!280Refactory 2020
Pipeline #3174 canceled
......@@ -39,7 +39,7 @@ endif ()
set (CORSIKA8_CMAKE_DIR "${PROJECT_SOURCE_DIR}/cmake")
set (CMAKE_MODULE_PATH "${CORSIKA8_CMAKE_DIR}" ${CMAKE_MODULE_PATH})
include (CorsikaUtilities) # extra cmake function
set (CMAKE_VERBOSE_MAKEFILE ON) # this can be done with `make VERBOSE=1`
set (CMAKE_VERBOSE_MAKEFILE OFF) # this can be done with `make VERBOSE=1`
# ignore many irrelevant Up-to-date messages during install
set (CMAKE_INSTALL_MESSAGE LAZY)
......
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