From f66e8f3b6ed4afd976afc9df810796ae894b6abf Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Tue, 4 Aug 2026 14:14:35 +0200 Subject: [PATCH] fix(MeshLibrary): Moved image to public dependency because it is included in a header file of the lib --- src/geode/io/mesh/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geode/io/mesh/CMakeLists.txt b/src/geode/io/mesh/CMakeLists.txt index b66d342a..b95dc108 100644 --- a/src/geode/io/mesh/CMakeLists.txt +++ b/src/geode/io/mesh/CMakeLists.txt @@ -110,6 +110,7 @@ add_geode_library( "internal/triangle_output.hpp" PUBLIC_DEPENDENCIES OpenGeode::image + ${PROJECT_NAME}::image PRIVATE_DEPENDENCIES OpenGeode::basic OpenGeode::geometry @@ -120,5 +121,4 @@ add_geode_library( Async++ GDAL::GDAL nlohmann_json::nlohmann_json - ${PROJECT_NAME}::image )