File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ project(dtlmod VERSION 0.2 DESCRIPTION "Data Transport Layer Module")
1212include (GNUInstallDirs)
1313find_package (Boost 1.48)
1414find_package (SimGrid 4.1 REQUIRED)
15- find_package (FSMod 0.3.1 REQUIRED)
15+ find_package (FSMod 0.4 REQUIRED)
1616find_package (nlohmann_json REQUIRED)
1717
1818# Note: Global include_directories removed in favor of target-specific includes below
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The documentation provides insights on evaluating performance of different execu
5959** Required:**
6060
6161- [ SimGrid] ( https://simgrid.frama.io/simgrid/ ) 4.1 or higher
62- - [ File System Module] ( https://github.com/simgrid/file-system-module ) 0.3.1 or higher
62+ - [ File System Module] ( https://github.com/simgrid/file-system-module ) 0.4 or higher
6363- [ Boost] ( https://www.boost.org/ ) 1.48 or higher
6464- [ nlohmann/json] ( https://github.com/nlohmann/json )
6565- CMake 3.12 or higher
@@ -68,7 +68,7 @@ The documentation provides insights on evaluating performance of different execu
6868** Optional:**
6969
7070- [ Google Test] ( https://github.com/google/googletest ) (for C++ unit tests)
71- - [ Python 3] ( https://www.python.org/ ) and [ pybind11] ( https://github.com/pybind/pybind11 ) 2.4+ (for Python bindings)
71+ - [ Python 3] ( https://www.python.org/ ) and [ pybind11] ( https://github.com/pybind/pybind11 ) 2.4 or higher (for Python bindings)
7272
7373### Building and Installing
7474
You can’t perform that action at this time.
0 commit comments