Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--Readme.md1
m---------include/boost/afio/boost-lite0
m---------include/boost/afio/outcome0
m---------test/kerneltest0
5 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index facc44a4..78c5552c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,7 +59,7 @@ if(NOT MSVC OR CMAKE_VERSION VERSION_GREATER 3.59)
)
endif()
# Set the library dependencies this library has
-target_link_libraries(outcome_hl INTERFACE boost-lite_hl outcome_hl)
+all_link_libraries(PUBLIC boost-lite_hl outcome_hl)
# Set any macros this library requires
if(WIN32)
all_compile_definitions(PRIVATE _WIN32_WINNT=0x600) ## Target WinVista
diff --git a/Readme.md b/Readme.md
index 1ead186c..d6cca5e5 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,7 +7,6 @@ Tarballs of source and prebuilt binaries with all unit tests passing: https://de
CMake todos:
-- Any dependency .natvis need to be compiled in!
- Rename all ParseProjectVersionFromHpp etc to parse_project_version_from_hpp etc
- Static library edition appears to not be encoding extended error code detail?
- Add a unit test!
diff --git a/include/boost/afio/boost-lite b/include/boost/afio/boost-lite
-Subproject 676bdfabfff741e258c8f85102ccb809141a348
+Subproject 249b56f7451aa62e08573907537fdcf0bdf3b17
diff --git a/include/boost/afio/outcome b/include/boost/afio/outcome
-Subproject b561f3d05f18a8ca21a241060f41665f1a447b8
+Subproject e928c3565562e6798eb1d291a42240a461d2f89
diff --git a/test/kerneltest b/test/kerneltest
-Subproject a8cd5e25312459b31a843639e146ee118b79e18
+Subproject 308f1c9a129087dee9f236df209fd1b1e57e604