Skip to content
Snippets Groups Projects
Commit 9e1970af authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

tiding up cmake output

parent 423fd280
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment