diff options
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt index 2b13e37..cf8e5fd 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -15,9 +15,9 @@ target_link_libraries(libcr_ipc INTERFACE set(ipc_tests chan - #select mutex rpc + select sema ) foreach(test IN LISTS ipc_tests) |