diff options
| author | Sébastien Matte <sebastien.matte83@gmail.com> | 2019-03-15 14:44:36 -0400 |
|---|---|---|
| committer | Sébastien Matte <sebastien.matte83@gmail.com> | 2019-03-15 14:44:36 -0400 |
| commit | 5d0808c18cc706b4be5a78dc71bad4aebed13851 (patch) | |
| tree | 856daf38e387f9f538ba391b3b10cd4d9d166b0d | |
| parent | 0ea0c917908f5f65025fbf91da246cf17c66dda5 (diff) | |
| download | vcpkg-5d0808c18cc706b4be5a78dc71bad4aebed13851.tar.gz vcpkg-5d0808c18cc706b4be5a78dc71bad4aebed13851.zip | |
[sqlpp11-connector-mysql] Removed the include files in the debug/include directory which was preventing compilation of this package.
| -rw-r--r-- | ports/sqlpp11-connector-mysql/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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)
|
