[sqlpp11-connector-mysql] Removed the include files in the debug/include directory which was preventing compilation of this package.

This commit is contained in:
Sébastien Matte 2019-03-15 14:44:36 -04:00
parent 0ea0c91790
commit 5d0808c18c

View File

@ -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)