aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/outcome/CONTROL4
-rw-r--r--ports/outcome/portfile.cmake1
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