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.
2 parents 20a9bd6 + 12a9d97 commit 42a4e8bCopy full SHA for 42a4e8b
.gitmodules
@@ -1,6 +1,6 @@
1
[submodule "libs/cxxopts"]
2
path = libs/cxxopts
3
- url = git@github.com:NikolasK-source/cxxopts.git
+ url = https://github.com/NikolasK-source/cxxopts.git
4
[submodule "libs/libmodbus"]
5
path = libs/libmodbus
6
url = https://github.com/stephane/libmodbus
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
# ======================================================================================================================
# project
7
-project(Modbus_RTU_client_shm LANGUAGES CXX VERSION 0.1.1)
+project(Modbus_RTU_client_shm LANGUAGES CXX VERSION 0.1.2)
8
9
# settings
10
set(Target "Modbus_RTU_client_shm") # Executable name (without file extension!)
0 commit comments