Remove blank lines

This commit is contained in:
Phoebe 2019-08-27 23:54:22 -07:00
parent a2e6a77b3b
commit eccf5f8e04
2 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -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)