File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "libs/cxxopts "]
2
2
path = libs/cxxopts
3
- url = git@ github.com: NikolasK-source/cxxopts.git
3
+ url = https:// github.com/ NikolasK-source/cxxopts.git
4
4
[submodule "libs/libmodbus "]
5
5
path = libs/libmodbus
6
6
url = https://github.com/stephane/libmodbus
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
4
4
# ======================================================================================================================
5
5
6
6
# project
7
- project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.1 )
7
+ project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.2 )
8
8
9
9
# settings
10
10
set (Target "Modbus_TCP_client_shm" ) # Executable name (without file extension!)
You can’t perform that action at this time.
0 commit comments