[sqlpp11-connector-sqlite3] 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:44 -04:00
parent 5d0808c18c
commit 8a35867b73

View File

@ -20,5 +20,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-sqlite3 RENAME copyright)