Skip to content

Commit 84424ee

Browse files
authored
boost filesystem is not used (#109)
1 parent 691ddf3 commit 84424ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- checkout
88
- run:
99
name: Installing tools and libraries
10-
command: 'apt-get update && apt-get install -y sudo gcc g++ cmake libzip-dev libboost-dev libboost-filesystem-dev libboost-test-dev && rm -rf /var/lib/apt/lists/*'
10+
command: 'apt-get update && apt-get install -y sudo gcc g++ cmake libzip-dev libboost-dev libboost-test-dev && rm -rf /var/lib/apt/lists/*'
1111
- run:
1212
name: Configuring
1313
command: 'cmake -H. -Bbuild -DFMI4CPP_BUILD_TESTS=ON -DFMI4CPP_BUILD_EXAMPLES=ON'

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When using conan, set `FMI4CPP_USING_CONAN=ON`.
1818
##### apt-get
1919

2020
```bash
21-
Linux:~/$ sudo apt-get install libzip-dev libboost-dev libboost-filesystem-dev
21+
Linux:~/$ sudo apt-get install libzip-dev libboost-dev
2222
```
2323

2424
### Running examples/tests

0 commit comments

Comments
 (0)