diff options
| author | Phoebe <v-phma@microsoft.com> | 2019-08-27 23:54:22 -0700 |
|---|---|---|
| committer | Phoebe <v-phma@microsoft.com> | 2019-08-27 23:54:22 -0700 |
| commit | eccf5f8e04464c91f061a3647f0a99b2a018b191 (patch) | |
| tree | dd1dfeb91799a4bc09698711a7b72eb5787a5514 | |
| parent | a2e6a77b3b77050a488f391a78dc1e4f777e475c (diff) | |
| download | vcpkg-eccf5f8e04464c91f061a3647f0a99b2a018b191.tar.gz vcpkg-eccf5f8e04464c91f061a3647f0a99b2a018b191.zip | |
Remove blank lines
| -rw-r--r-- | ports/outcome/CONTROL | 4 | ||||
| -rw-r--r-- | ports/outcome/portfile.cmake | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/ports/outcome/CONTROL b/ports/outcome/CONTROL index cdbbc204e..a90346b67 100644 --- a/ports/outcome/CONTROL +++ b/ports/outcome/CONTROL @@ -1,6 +1,4 @@ Source: outcome Version: 2.1 Homepage: https://github.com/ned14/outcome -Description: Provides very lightweight outcome<T> and result<T> (non-Boost edition) - - +Description: Provides very lightweight outcome<T> and result<T> (non-Boost edition)
\ No newline at end of file diff --git a/ports/outcome/portfile.cmake b/ports/outcome/portfile.cmake index 5ca0936a0..a9686b31c 100644 --- a/ports/outcome/portfile.cmake +++ b/ports/outcome/portfile.cmake @@ -11,7 +11,6 @@ vcpkg_from_github( ) file(GLOB_RECURSE OUTCOME_HEADERS "${SOURCE_PATH}/single-header/*.hpp") - file(INSTALL ${OUTCOME_HEADERS} DESTINATION ${CURRENT_PACKAGES_DIR}/include) file(INSTALL ${SOURCE_PATH}/Licence.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
