From 14a276401bf0b05e8f5e9e797ecabc48b76a6641 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 4 Dec 2023 11:34:19 -0500 Subject: [PATCH] loguru: do not declare an install interface The headers are not installed, so there's nothing to refer to. --- vtkm/thirdparty/loguru/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vtkm/thirdparty/loguru/CMakeLists.txt b/vtkm/thirdparty/loguru/CMakeLists.txt index e75b2a7e1..efa7729d6 100644 --- a/vtkm/thirdparty/loguru/CMakeLists.txt +++ b/vtkm/thirdparty/loguru/CMakeLists.txt @@ -15,8 +15,7 @@ vtkm_get_kit_name(kit_name kit_dir) target_compile_features(vtkm_loguru INTERFACE cxx_std_11) target_include_directories(vtkm_loguru INTERFACE - $ - $) + $) target_link_libraries(vtkm_loguru INTERFACE ${CMAKE_DL_LIBS} Threads::Threads)