X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/da120f552639e7e742161a2a4d6f88ca5277df8e..07516f0b1615a95f3e68d073adf4cfda584b99fa:/o815/CMakeLists.txt diff --git a/o815/CMakeLists.txt b/o815/CMakeLists.txt index f941c10..60daa3b 100644 --- a/o815/CMakeLists.txt +++ b/o815/CMakeLists.txt @@ -14,7 +14,7 @@ endif() SET(CMAKE_BUILD_TYPE Release) add_library(o815 o815.cpp obs.cpp sim.cpp) -target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout lat_hypercache lat_progress) +target_link_libraries(o815 ${MPI_LIBRARIES} lat_paraq lat_writeout lat_hypercache lat_progress lat_datread) if(DEFINED ENV{MPI_DISABLED}) set_target_properties(o815 PROPERTIES COMPILE_DEFINITIONS "MPI_DISABLED") endif()