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
Branches
Tags v2.3
No related merge requests found
...@@ -22,8 +22,6 @@ project(parLIB VERSION 2.3 ...@@ -22,8 +22,6 @@ project(parLIB VERSION 2.3
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED False) set(CMAKE_CXX_STANDARD_REQUIRED False)
# Force verbose make output
set(CMAKE_VERBOSE_MAKEFILE ON)
# auto-configure style checks, other CMake modules. # auto-configure style checks, other CMake modules.
INCLUDE(CheckLibraryExists) INCLUDE(CheckLibraryExists)
INCLUDE(CheckIncludeFile) INCLUDE(CheckIncludeFile)
...@@ -270,7 +268,7 @@ else() ...@@ -270,7 +268,7 @@ else()
message(STATUS "MPI NOT FOUND PARLIB WILL NOT BE BUILD") message(STATUS "MPI NOT FOUND PARLIB WILL NOT BE BUILD")
endif()#Checking if there is an MPI library endif()#Checking if there is an MPI library
INCLUDE(InstallRequiredSystemLibraries) #INCLUDE(InstallRequiredSystemLibraries)
add_subdirectory(ParLib.src) add_subdirectory(ParLib.src)
#testing #testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment