X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/4d1416455c49f0ba19954ca80a72b72f9dfcd33e..1a6e4ad36f2b712a042007efb5184e2f34958595:/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)