mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 23:28:59 +08:00
31d77f607b
* [outcome] Update to version 2.2.3 * [outcome] Add license information * [outcome] Refactor deprecated functions * [status-code] Update to latest version compatible with outcome 2.2.3 * [outcome] Provide polyfill features and extract status-code * [outcome] Remove msvc linkage patch * [llfio] Teach port about outcome polyfills * [llfio] Fix vendored status-code include path * [outcome][status-code][llfio] update version database * Don't switch C++ standard version on polyfill feature * [outcome] Fix version entry Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
13 lines
396 B
Diff
13 lines
396 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index cf3e8c1..aa380ca 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -108,7 +108,6 @@ foreach(source
|
|
)
|
|
target_sources(status-code INTERFACE
|
|
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/${source}>"
|
|
- "$<INSTALL_INTERFACE:${source}>"
|
|
)
|
|
get_filename_component(dir ${source} DIRECTORY)
|
|
install(FILES "${source}"
|