]> git.treefish.org Git - phys/latlib.git/commitdiff
...
authorAlexander Schmidt <alex@treefish.org>
Mon, 9 Dec 2013 04:03:10 +0000 (05:03 +0100)
committerAlexander Schmidt <alex@treefish.org>
Mon, 9 Dec 2013 04:03:10 +0000 (05:03 +0100)
o815/CMakeLists.txt

index 2d7a10286de14675985cd5fd7f768bfbb03576ba..f941c103702ea2c515b9aa5a551307a0b87f47e7 100644 (file)
@@ -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)