diff options
| -rw-r--r-- | mpm/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/CMakeLists.txt b/mpm/CMakeLists.txt index ce40b7caa..c41b3fce1 100644 --- a/mpm/CMakeLists.txt +++ b/mpm/CMakeLists.txt @@ -77,6 +77,7 @@ message(STATUS "Configuring Boost C++ Libraries...")  set(BOOST_REQUIRED_COMPONENTS      system      thread +    date_time  )  # Same as with Python version: MPM might work with other versions of Boost,  # but we don't make any guarantees.  | 
