aboutsummaryrefslogtreecommitdiff
path: root/ports/http-parser/CONTROL
diff options
context:
space:
mode:
authorNicolai Grodzitski <utromvecherom@gmail.com>2018-04-27 00:51:13 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-04-26 14:51:13 -0700
commit8a624f93b7a3915616396b2f958c17b04bec45a3 (patch)
tree02c40cd31cb72fd4f78f916b581b225abc35ac3d /ports/http-parser/CONTROL
parentef594607829ad6ed2bd462a0ddcbb0ee698b3f4f (diff)
downloadvcpkg-8a624f93b7a3915616396b2f958c17b04bec45a3.tar.gz
vcpkg-8a624f93b7a3915616396b2f958c17b04bec45a3.zip
Improve cmake routine for nodejs/http-parser. (#3283)
* Improve cmake routine for nodejs/http-parser. Now it is installed as a propper target and can be searched with `find_package(http-parser REQUIRED)` and then used as a dependency like this: `target_link_libraries(main PRIVATE nodejs::http_parser)`. Also using namespace for referencing http-parser lib, which is safer, although the old name must still work, as names of the binaries remained unchanged. * Remove duplicate variable definition and add newlines at the end of files. * [http-parser] Rename exported targets to "unofficial", since they are not blessed by upstream
Diffstat (limited to 'ports/http-parser/CONTROL')
-rw-r--r--ports/http-parser/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/http-parser/CONTROL b/ports/http-parser/CONTROL
index a9edf4071..26b9f8d34 100644
--- a/ports/http-parser/CONTROL
+++ b/ports/http-parser/CONTROL
@@ -1,3 +1,3 @@
Source: http-parser
-Version: 2.7.1-2
+Version: 2.7.1-3
Description: HTTP Parser.