Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
NikolasK-source committed Aug 1, 2022
2 parents d0f2959 + 1ac502d commit 96fc7cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
# ======================================================================================================================

# project
project(Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.0)
project(Modbus_TCP_client_shm LANGUAGES CXX VERSION 1.0.1)

# settings
set(Target "Modbus_TCP_client_shm") # Executable name (without file extension!)
Expand Down
1 change: 0 additions & 1 deletion libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ target_link_libraries(${Target} PRIVATE modbus)
# ---------------------------------------- link libraries --------------------------------------------------------------
# ======================================================================================================================
target_link_libraries(${Target} PRIVATE rt)
target_link_libraries(${Target} PRIVATE stdc++fs)

add_subdirectory(cxxopts EXCLUDE_FROM_ALL)
target_link_libraries(${Target} PRIVATE cxxopts)

0 comments on commit 96fc7cb

Please sign in to comment.