diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 12:15:17 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 12:15:17 -0700 |
| commit | 3036a2f8f497a183eba66d4e92493d440f6f9955 (patch) | |
| tree | 49c5f2ae43a566826528a7e0c6fb586ec220b454 | |
| parent | 78dd431fed335e2657ebce766badd52d630556c2 (diff) | |
| download | vcpkg-3036a2f8f497a183eba66d4e92493d440f6f9955.tar.gz vcpkg-3036a2f8f497a183eba66d4e92493d440f6f9955.zip | |
[catch] Mark as header-only library
| -rw-r--r-- | ports/catch/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/catch/portfile.cmake b/ports/catch/portfile.cmake index 6b44dfebd..5575af742 100644 --- a/ports/catch/portfile.cmake +++ b/ports/catch/portfile.cmake @@ -6,7 +6,7 @@ # CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} # -include(${CMAKE_TRIPLET_FILE}) +#header-only library include(vcpkg_common_functions) vcpkg_download_distfile(HEADER |
