From 9e1970af5bc54edbaeb64775fd08d2dda242a1f4 Mon Sep 17 00:00:00 2001
From: Debolskiy Andrey <and.debol@gmail.com>
Date: Tue, 23 Jun 2020 02:14:20 +0300
Subject: [PATCH] tiding up cmake output

---
 CMakeLists.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a204333..9a4ec28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,8 +22,6 @@ project(parLIB VERSION 2.3
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED False)
 
-# Force verbose make output
-set(CMAKE_VERBOSE_MAKEFILE ON)
 # auto-configure style checks, other CMake modules.
 INCLUDE(CheckLibraryExists)
 INCLUDE(CheckIncludeFile)
@@ -270,7 +268,7 @@ else()
     message(STATUS "MPI NOT FOUND PARLIB WILL NOT BE BUILD")
 endif()#Checking if there is an MPI library
 
-INCLUDE(InstallRequiredSystemLibraries)
+#INCLUDE(InstallRequiredSystemLibraries)
 add_subdirectory(ParLib.src)
 
 #testing
-- 
GitLab