diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-01-06 23:30:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 20:30:36 -0800 |
| commit | 9ddc9173d7858ddb40b2fc0cdc73b529c390ba47 (patch) | |
| tree | c4777180d821976683a5d29e14736dbf742e5f1f /ports/cppcms/CONTROL | |
| parent | 6b346462ba22d724d0b6fd74d1b61e2dde8a9832 (diff) | |
| download | vcpkg-9ddc9173d7858ddb40b2fc0cdc73b529c390ba47.tar.gz vcpkg-9ddc9173d7858ddb40b2fc0cdc73b529c390ba47.zip | |
[vcpkg baseline][cppcms] Fix issue with detecting Python 2. (#15473)
* [cppcms] Fix issue with detecting Python 2.
* Update ports/cppcms/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/cppcms/CONTROL')
| -rw-r--r-- | ports/cppcms/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/cppcms/CONTROL b/ports/cppcms/CONTROL index 2acc51fdf..2d4f63095 100644 --- a/ports/cppcms/CONTROL +++ b/ports/cppcms/CONTROL @@ -1,5 +1,6 @@ Source: cppcms
-Version: 1.2.1-1
+Version: 1.2.1
+Port-Version: 2
Homepage: https://github.com/artyom-beilis/cppcms
Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development
Build-Depends: icu, pcre, openssl, zlib
|
