diff options
| author | Sébastien Matte <sebastien.matte83@gmail.com> | 2019-03-15 14:44:44 -0400 |
|---|---|---|
| committer | Sébastien Matte <sebastien.matte83@gmail.com> | 2019-03-15 14:44:44 -0400 |
| commit | 8a35867b738098745981d67729e955930603252a (patch) | |
| tree | b37f14178198861a988fcbef766a38fe1f787938 | |
| parent | 5d0808c18cc706b4be5a78dc71bad4aebed13851 (diff) | |
| download | vcpkg-8a35867b738098745981d67729e955930603252a.tar.gz vcpkg-8a35867b738098745981d67729e955930603252a.zip | |
[sqlpp11-connector-sqlite3] Removed the include files in the debug/include directory which was preventing compilation of this package.
| -rw-r--r-- | ports/sqlpp11-connector-sqlite3/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/sqlpp11-connector-sqlite3/portfile.cmake b/ports/sqlpp11-connector-sqlite3/portfile.cmake index 6937abff2..735912a86 100644 --- a/ports/sqlpp11-connector-sqlite3/portfile.cmake +++ b/ports/sqlpp11-connector-sqlite3/portfile.cmake @@ -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)
|
