Skip to content

Commit ed3efab

Browse files
remove cxxsemaphore submodule
1 parent b17deac commit ed3efab

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
[submodule "libs/libmodbus"]
55
path = libs/libmodbus
66
url = https://github.com/stephane/libmodbus
7-
[submodule "libs/cxxsemaphore"]
8-
path = libs/cxxsemaphore
9-
url = https://github.com/NikolasK-source/cxxsemaphore.git

libs/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
find_package(cxxshm)
3+
find_package(cxxsemaphore)
34

45
# ---------------------------------------- subdirectories --------------------------------------------------------------
56
# ======================================================================================================================
@@ -14,6 +15,4 @@ add_subdirectory(cxxopts EXCLUDE_FROM_ALL)
1415
target_link_libraries(${Target} PRIVATE cxxopts)
1516

1617
target_link_libraries(${Target} PRIVATE cxxshm)
17-
18-
add_subdirectory(cxxsemaphore EXCLUDE_FROM_ALL)
1918
target_link_libraries(${Target} PRIVATE cxxsemaphore)

libs/cxxsemaphore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)