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 05e6fa3..a7d6021 100644 --- a/libcr_ipc/CMakeLists.txt +++ b/libcr_ipc/CMakeLists.txt @@ -15,7 +15,7 @@ set(ipc_tests #mutex #owned_mutex rpc - #sema + sema ) if (ENABLE_TESTS) foreach(test IN LISTS ipc_tests) |