aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 12:14:49 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 12:14:49 -0700
commit78dd431fed335e2657ebce766badd52d630556c2 (patch)
tree93da4ab533c4ec8325c8165a107b55a5af0f976b
parent375d75366051073bd52cb09b4f96a73ebf442072 (diff)
downloadvcpkg-78dd431fed335e2657ebce766badd52d630556c2.tar.gz
vcpkg-78dd431fed335e2657ebce766badd52d630556c2.zip
[boost-di] Mark as header-only library
-rw-r--r--ports/boost-di/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/boost-di/portfile.cmake b/ports/boost-di/portfile.cmake
index 83ea6afe9..38a1f99bd 100644
--- a/ports/boost-di/portfile.cmake
+++ b/ports/boost-di/portfile.cmake
@@ -1,4 +1,4 @@
-include(${CMAKE_TRIPLET_FILE})
+#header-only library
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/di-1.0.1)