Skip to content

Commit d37782b

Browse files
remove explicit linking of c++ filesystem lib
1 parent 8fe1d35 commit d37782b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44
# ======================================================================================================================
55

66
# 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)
88

99
# settings
1010
set(Target "Modbus_RTU_client_shm") # Executable name (without file extension!)

libs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ target_link_libraries(${Target} PRIVATE modbus)
77
# ---------------------------------------- link libraries --------------------------------------------------------------
88
# ======================================================================================================================
99
target_link_libraries(${Target} PRIVATE rt)
10-
target_link_libraries(${Target} PRIVATE stdc++fs)
1110

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

0 commit comments

Comments
 (0)