From bb8aad51640f0721dade72c95f7d019c4f873c00 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Wed, 2 Oct 2024 16:26:34 -0400 Subject: [PATCH] Fix install dirs --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56aa7b284..3a78f3d74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,15 +81,16 @@ target_include_directories(ArborX INTERFACE $ $ $ + $ $ $ - $ + $ $ - $ + $ $ - $ + $ $ - $ + $ $ )