diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-01 11:14:24 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-01 11:14:24 -0700 |
| commit | 992aa1b3dc58586a20390fd7e9fa3bc4f6f9fd1f (patch) | |
| tree | 20307a8c047ed46e466f41580640adc4d1593362 /ports/cppzmq | |
| parent | ca07c1020b59f88dca7c1397318692d41783e717 (diff) | |
| download | vcpkg-992aa1b3dc58586a20390fd7e9fa3bc4f6f9fd1f.tar.gz vcpkg-992aa1b3dc58586a20390fd7e9fa3bc4f6f9fd1f.zip | |
[cppzmq] Mark as header-only library
Diffstat (limited to 'ports/cppzmq')
| -rw-r--r-- | ports/cppzmq/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cppzmq/portfile.cmake b/ports/cppzmq/portfile.cmake index 22d9689e8..c2e03c81d 100644 --- a/ports/cppzmq/portfile.cmake +++ b/ports/cppzmq/portfile.cmake @@ -1,4 +1,4 @@ -include(${CMAKE_TRIPLET_FILE}) +#header-only library include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/cppzmq-7faa9b061843fcbceb7ed94984ee8f20284ee759) vcpkg_download_distfile(ARCHIVE |
