From 9e8818fd4784ba9c1ff1504a6e6afcca4bff4de2 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Thu, 8 Aug 2024 20:08:17 +0200 Subject: [PATCH 1/2] Fix install include dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e5cdd6..5c1e609 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ add_library(${PACKAGE} ${lib_SRC}) target_include_directories(${PACKAGE} INTERFACE $ - $ + $ ) include(TestBigEndian) From dbc83e3e28eb2c80c0fc1a3a047b572e8e9d8107 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 10 Aug 2024 17:04:38 +0200 Subject: [PATCH 2/2] Update CMakeLists.txt Co-authored-by: Kai Pastor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c1e609..4c4d0b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,7 +133,7 @@ add_library(${PACKAGE} ${lib_SRC}) target_include_directories(${PACKAGE} INTERFACE $ - $ + $ ) include(TestBigEndian)