From 1407d02d60c604e642ae202dbbd721e8c9851fbb Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 15 Aug 2023 20:19:21 +0100 Subject: [PATCH] Also disable precompiled headers for the smoke tests, which hopefully will remediate issue #288. --- CMakeLists.txt | 1 + include/outcome/detail/revision.hpp | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7811f89bc7..e7b2e35238 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -369,6 +369,7 @@ if(OUTCOME_ENABLE_DEPENDENCY_SMOKE_TEST) target_link_libraries(${target} PRIVATE outcome::hl) set_target_properties(${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" + DISABLE_PRECOMPILE_HEADERS On ) add_test(NAME ${target} CONFIGURATIONS Debug Release RelWithDebInfo MinSizeRel COMMAND $ --reporter junit --out $.junit.xml diff --git a/include/outcome/detail/revision.hpp b/include/outcome/detail/revision.hpp index 4434d7653f..e5b7c2e15a 100644 --- a/include/outcome/detail/revision.hpp +++ b/include/outcome/detail/revision.hpp @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0. */ // Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time -#define OUTCOME_PREVIOUS_COMMIT_REF 0c5b66518c843fabba9925e8750e80a5724f0918 -#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 14:26:16 +00:00" -#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0c5b6651 +#define OUTCOME_PREVIOUS_COMMIT_REF 6441e40c737a4957cfcc03d0702bf687304bd2b1 +#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 19:10:51 +00:00" +#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 6441e40c