Skip to content

Commit

Permalink
Also disable precompiled headers for the smoke tests, which hopefully
Browse files Browse the repository at this point in the history
will remediate issue #288.
  • Loading branch information
ned14 committed Aug 15, 2023
1 parent 6441e40 commit 1407d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<TARGET_FILE:${target}> --reporter junit --out $<TARGET_FILE:${target}>.junit.xml
Expand Down
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1407d02

Please sign in to comment.