File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11
22find_package (cxxshm)
3+ find_package (cxxsemaphore)
34
45# ---------------------------------------- subdirectories --------------------------------------------------------------
56# ======================================================================================================================
@@ -14,6 +15,4 @@ add_subdirectory(cxxopts EXCLUDE_FROM_ALL)
1415target_link_libraries (${Target} PRIVATE cxxopts)
1516
1617target_link_libraries (${Target} PRIVATE cxxshm)
17-
18- add_subdirectory (cxxsemaphore EXCLUDE_FROM_ALL )
1918target_link_libraries (${Target} PRIVATE cxxsemaphore)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments