X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/4d1416455c49f0ba19954ca80a72b72f9dfcd33e..0391c237272d90acfc769f4aeebe0554d47f74cb:/o815/CMakeLists.txt diff --git a/o815/CMakeLists.txt b/o815/CMakeLists.txt index 49fa081..b50568c 100644 --- a/o815/CMakeLists.txt +++ b/o815/CMakeLists.txt @@ -5,7 +5,7 @@ project(o815) find_package(MPI REQUIRED) 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}) SET(CMAKE_BUILD_TYPE Release)