aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlpp11
diff options
context:
space:
mode:
authorGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-03-18 22:25:17 -0700
committerGitHub <noreply@github.com>2019-03-18 22:25:17 -0700
commit44b9e5f98b41225ad9327d5c248e4a754cdddd9c (patch)
treee273e5d488d96de8c80c40165d37a8c3bad992a8 /ports/sqlpp11
parent02511898db381da2f643bc4d4e55fc9bca00214d (diff)
parent563e085d424fc7b45c5f9e5897ef470b5c1186d8 (diff)
downloadvcpkg-44b9e5f98b41225ad9327d5c248e4a754cdddd9c.tar.gz
vcpkg-44b9e5f98b41225ad9327d5c248e4a754cdddd9c.zip
Merge pull request #5692 from BigSeb/fix-sqlpp11
Fix sqlpp11 warnings
Diffstat (limited to 'ports/sqlpp11')
-rw-r--r--ports/sqlpp11/CONTROL4
-rw-r--r--ports/sqlpp11/portfile.cmake4
2 files changed, 6 insertions, 2 deletions
diff --git a/ports/sqlpp11/CONTROL b/ports/sqlpp11/CONTROL
index 7c75d17d9..bd5101f8f 100644
--- a/ports/sqlpp11/CONTROL
+++ b/ports/sqlpp11/CONTROL
@@ -1,4 +1,4 @@
Source: sqlpp11
-Version: 0.57
+Version: 0.57-1
Description: A type safe embedded domain specific language for SQL queries and results in C++.
-Build-Depends: date \ No newline at end of file
+Build-Depends: date
diff --git a/ports/sqlpp11/portfile.cmake b/ports/sqlpp11/portfile.cmake
index 61b930da5..be99572e3 100644
--- a/ports/sqlpp11/portfile.cmake
+++ b/ports/sqlpp11/portfile.cmake
@@ -24,5 +24,9 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
# Delete redundant and unnecessary directories
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
+# Move python script from bin directory
+file(COPY ${CURRENT_PACKAGES_DIR}/bin/sqlpp11-ddl2cpp DESTINATION ${CURRENT_PACKAGES_DIR}/scripts)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin/)
+
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/sqlpp11 RENAME copyright)