From: Alexander Schmidt Date: Mon, 9 Dec 2013 04:03:10 +0000 (+0100) Subject: ... X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/commitdiff_plain/c08c4b78cd61f072d566aefaa872c5348ab129a0 ... --- diff --git a/o815/CMakeLists.txt b/o815/CMakeLists.txt index 2d7a102..f941c10 100644 --- a/o815/CMakeLists.txt +++ b/o815/CMakeLists.txt @@ -8,7 +8,7 @@ if(NOT DEFINED ENV{MPI_DISABLED}) set(CMAKE_CXX_LINK_FLAGS ${CMAKE_CXX_LINK_FLAGS} ${MPI_LINK_FLAGS}) include_directories(${MPI_INCLUDE_PATH}) else() - message("MPI support is disabled!") + message("O815: MPI support is disabled!") endif() SET(CMAKE_BUILD_TYPE Release)