X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/dddf9581bc6442e82a1a9fb626f6c04c9ca7d07a..da120f552639e7e742161a2a4d6f88ca5277df8e:/o815/CMakeLists.txt?ds=sidebyside 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)