File tree 2 files changed +1
-2
lines changed 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)
4
4
# ======================================================================================================================
5
5
6
6
# project
7
- project (Modbus_RTU_client_shm LANGUAGES CXX VERSION 0.1.0 )
7
+ project (Modbus_RTU_client_shm LANGUAGES CXX VERSION 0.1.1 )
8
8
9
9
# settings
10
10
set (Target "Modbus_RTU_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)
7
7
# ---------------------------------------- link libraries --------------------------------------------------------------
8
8
# ======================================================================================================================
9
9
target_link_libraries (${Target} PRIVATE rt)
10
- target_link_libraries (${Target} PRIVATE stdc++fs)
11
10
12
11
add_subdirectory (cxxopts EXCLUDE_FROM_ALL )
13
12
target_link_libraries (${Target} PRIVATE cxxopts)
You can’t perform that action at this time.
0 commit comments