From f70ebe2d8cfef91f63a8639d5af5b95c292d3875 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Dec 2024 18:40:35 -0700 Subject: [PATCH] Fix the name of an object library. --- source/particles/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/particles/CMakeLists.txt b/source/particles/CMakeLists.txt index 8040214681..2b633a4f97 100644 --- a/source/particles/CMakeLists.txt +++ b/source/particles/CMakeLists.txt @@ -33,5 +33,5 @@ file(GLOB _header ${CMAKE_SOURCE_DIR}/include/deal.II/particles/*.h ) -define_object_library(object_particle OBJECT ${_src} ${_header} ${_inst}) -expand_instantiations(object_particle "${_inst}") +define_object_library(object_particles OBJECT ${_src} ${_header} ${_inst}) +expand_instantiations(object_particles "${_inst}") -- 2.39.5