From fcd720ce0c1d655771ab3529c25f958a98d70d81 Mon Sep 17 00:00:00 2001 From: Jiakun Yan Date: Sun, 7 Apr 2024 15:21:22 -0500 Subject: [PATCH] lci pp: fix check_module_cmakelists --- libs/full/parcelport_lci/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/full/parcelport_lci/CMakeLists.txt b/libs/full/parcelport_lci/CMakeLists.txt index 7399f3b78f4e..84f1c0c6a604 100644 --- a/libs/full/parcelport_lci/CMakeLists.txt +++ b/libs/full/parcelport_lci/CMakeLists.txt @@ -31,6 +31,7 @@ set(parcelport_lci_headers hpx/parcelport_lci/completion_manager/completion_manager_queue.hpp hpx/parcelport_lci/completion_manager/completion_manager_sync.hpp hpx/parcelport_lci/completion_manager/completion_manager_sync_single.hpp + hpx/parcelport_lci/completion_manager/completion_manager_sync_single_nolock.hpp ) # cmake-format: off