File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44# ======================================================================================================================
55
66# project
7- project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.0 )
7+ project (Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.1 )
88
99# settings
1010set (Target "Modbus_TCP_client_shm" ) # Executable name (without file extension!)
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ target_link_libraries(${Target} PRIVATE modbus)
77# ---------------------------------------- link libraries --------------------------------------------------------------
88# ======================================================================================================================
99target_link_libraries (${Target} PRIVATE rt)
10- target_link_libraries (${Target} PRIVATE stdc++fs)
1110
1211add_subdirectory (cxxopts EXCLUDE_FROM_ALL )
1312target_link_libraries (${Target} PRIVATE cxxopts)
You can’t perform that action at this time.
0 commit comments