Skip to content

Commit

Permalink
Fix Build issues from using vcpkg port
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ankurvdev authored Aug 21, 2024
1 parent a4fa79d commit 8d3f4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ target_include_directories(maxminddb PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/generated/>
$<INSTALL_INTERFACE:include>
$<INSTALL_INTERFACE:generated>
)

set(MAXMINDB_HEADERS
Expand Down

0 comments on commit 8d3f4f4

Please sign in to comment.