Skip to content

Commit ba04546

Browse files
committed
slight changes in versions for dependencies
1 parent 11bfb1c commit ba04546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project(dtlmod VERSION 0.2 DESCRIPTION "Data Transport Layer Module")
1212
include(GNUInstallDirs)
1313
find_package(Boost 1.48)
1414
find_package(SimGrid 4.1 REQUIRED)
15-
find_package(FSMod 0.3.1 REQUIRED)
15+
find_package(FSMod 0.4 REQUIRED)
1616
find_package(nlohmann_json REQUIRED)
1717

1818
# Note: Global include_directories removed in favor of target-specific includes below

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)