From 5d0808c18cc706b4be5a78dc71bad4aebed13851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Matte?= Date: Fri, 15 Mar 2019 14:44:36 -0400 Subject: [sqlpp11-connector-mysql] Removed the include files in the debug/include directory which was preventing compilation of this package. --- ports/sqlpp11-connector-mysql/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/sqlpp11-connector-mysql/portfile.cmake b/ports/sqlpp11-connector-mysql/portfile.cmake index 37b8ca147..fbaaebaf1 100644 --- a/ports/sqlpp11-connector-mysql/portfile.cmake +++ b/ports/sqlpp11-connector-mysql/portfile.cmake @@ -22,5 +22,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) + # Handle copyright file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/sqlpp11-connector-mysql RENAME copyright) -- cgit v1.2.3