From: Wolfgang Bangerth Date: Thu, 19 Dec 2024 01:40:35 +0000 (-0700) Subject: Fix the name of an object library. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17949%2Fhead;p=dealii.git Fix the name of an object library. --- 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}")