From b1cbc2612ff47262153d3ebff92efe3f72b00c3e Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 5 Mar 2013 17:18:44 +0100 Subject: [PATCH] bugfix build eompi: expand in include --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dc2013c6..eb10c61be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ if(NOT EO_ONLY) add_definitions(-DWITH_MPI) set(CMAKE_CXX_COMPILE_FLAGS ${CMAKE_CXX_COMPILE_FLAGS} ${MPI_COMPILE_FLAGS}) set(CMAKE_CXX_LINK_FLAGS ${CMAKE_CXX_LINK_FLAGS} ${MPI_LINK_FLAGS}) - include_directories(MPI_INCLUDE_PATH) + include_directories(${MPI_INCLUDE_PATH}) add_subdirectory(${MPI_SRC_DIR}) endif() endif()