From 8d3f4f4e03792618a7e79a40a65ad7b36b1c60a4 Mon Sep 17 00:00:00 2001 From: Ankur Verma <31362771+ankurvdev@users.noreply.github.com> Date: Wed, 21 Aug 2024 08:48:20 -0700 Subject: [PATCH] Fix Build issues from using vcpkg port Using the maxminddb vcpkg port causes a unnecessary include to a private build "generated" folder that is found when using pre-built vcpkg libraries in another project --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e821d4b3..6be537f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,6 @@ target_include_directories(maxminddb PUBLIC $ $ $ - $ ) set(MAXMINDB_HEADERS