We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c242bf5 commit 8110ea0Copy full SHA for 8110ea0
README.md
@@ -8,10 +8,12 @@ git submodule init
8
git submodule update
9
mkdir build
10
cd build
11
-cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF
+cmake .. -DCMAKE_CXX_COMPILER=$(which clang++) -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
12
cmake --build .
13
```
14
15
+As an alternative to the ```git submodule``` commands, the ```--recursive``` option can be used with ```git clone```.
16
+
17
## Use
18
19
Modbus_RTU_client_shm [OPTION...]
0 commit comments