Skip to content

Commit b240e36

Browse files
committed
Merge remote-tracking branch 'origin/main' into HEAD
2 parents 76f863d + 49913c8 commit b240e36

21 files changed

+959
-775
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ target_compile_options(stdexec_executable_flags INTERFACE
179179
-ferror-limit=1
180180
-fmacro-backtrace-limit=0
181181
-ftemplate-backtrace-limit=0>
182+
$<$<AND:$<CXX_COMPILER_ID:NVHPC>,$<VERSION_GREATER:$<CXX_COMPILER_VERSION>,23.3.0>>:
183+
-ftemplate-backtrace-limit 0>
182184
)
183185

184186
# # Always enable colored output

0 commit comments

Comments
 (0)