From a25ffb56ab1bae0f416ac5dfbddd4188ea3c1a9c Mon Sep 17 00:00:00 2001 From: Peter Bell Date: Fri, 8 May 2020 02:27:52 +0100 Subject: [PATCH] Fix sqlite3 target includes for build interface --- sqlite3/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sqlite3/CMakeLists.txt b/sqlite3/CMakeLists.txt index 9cfcdd0..3cc5101 100644 --- a/sqlite3/CMakeLists.txt +++ b/sqlite3/CMakeLists.txt @@ -11,9 +11,9 @@ add_library(sqlite3 sqlite3.h ) -target_include_directories(sqlite3 - PRIVATE $ - PUBLIC $) +target_include_directories(sqlite3 PUBLIC + $ + $) if (SQLITE_ENABLE_COLUMN_METADATA) # Enable the use of SQLite column metadata method