From 8c8cfeab4ab3adcfe1b921f0584b66ada8a6e91e Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 3 Dec 2024 10:33:42 -0500 Subject: [PATCH] Link against hpmc. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 672c6ec..acc12ec 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,7 +36,7 @@ endif() # libraries) as needed. target_link_libraries(_${COMPONENT_NAME} PUBLIC HOOMD::_hoomd - PUBLIC HOOMD::_md + PUBLIC HOOMD::_hpmc ) # Install the library.