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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-02-03 12:43:39 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-02-03 12:43:39 +0300
commit9294f05d48220a6a5d6d307da5fe8f236dd020cf (patch)
treeae0c6138504c1f2ba67a046fc6f5f41fcb89c4fc
parent46451d97a7c7d44af017f5b4eb138b7d34685df0 (diff)
Don't install ntkernel-error-category in status-code builds.
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/llfio/revision.hpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a83a4dd9..73766738 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,7 +416,7 @@ include(QuickCppLibCacheLibrarySources)
# Make available this library for install and export
include(QuickCppLibMakeInstall)
-if(WIN32)
+if(WIN32 AND NOT LLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE)
set_target_properties(ntkernel-error-category_hl PROPERTIES EXPORT_NAME ntkernel-error-category_hl)
set_target_properties(ntkernel-error-category_sl PROPERTIES EXPORT_NAME ntkernel-error-category_sl)
set_target_properties(ntkernel-error-category_dl PROPERTIES EXPORT_NAME ntkernel-error-category_dl)
diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp
index b43c4858..0d040689 100644
--- a/include/llfio/revision.hpp
+++ b/include/llfio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define LLFIO_PREVIOUS_COMMIT_REF 669e0b45bbc60cf4d46a72559710d428f2863740
-#define LLFIO_PREVIOUS_COMMIT_DATE "2021-02-02 11:20:42 +00:00"
-#define LLFIO_PREVIOUS_COMMIT_UNIQUE 669e0b45
+#define LLFIO_PREVIOUS_COMMIT_REF 46451d97a7c7d44af017f5b4eb138b7d34685df0
+#define LLFIO_PREVIOUS_COMMIT_DATE "2021-02-03 08:59:56 +00:00"
+#define LLFIO_PREVIOUS_COMMIT_UNIQUE 46451d97