diff --git a/CMakeLists.txt b/CMakeLists.txt
index a20433373c59048b3f3239bdc5361e5a89af59ef..9a4ec2847fcace5caca90cdfbadada8ec8537ba2 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