From 9294f05d48220a6a5d6d307da5fe8f236dd020cf Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 3 Feb 2021 09:43:39 +0000 Subject: Don't install ntkernel-error-category in status-code builds. --- CMakeLists.txt | 2 +- include/llfio/revision.hpp | 6 +++--- 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 -- cgit v1.2.3