Skip to content

Commit

Permalink
separate arg with = so sccache works with nvc++
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 6, 2024
1 parent 9d09193 commit bac5489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ target_compile_options(stdexec_executable_flags INTERFACE
$<$<STREQUAL:${CMAKE_CXX_COMPILER_FRONTEND_VARIANT},MSVC>:/clang:>-fmacro-backtrace-limit=0
$<$<STREQUAL:${CMAKE_CXX_COMPILER_FRONTEND_VARIANT},MSVC>:/clang:>-ftemplate-backtrace-limit=0>
$<$<AND:$<CXX_COMPILER_ID:NVHPC>,$<VERSION_GREATER:$<CXX_COMPILER_VERSION>,23.3.0>>:
-ftemplate-backtrace-limit 0>)
-ftemplate-backtrace-limit=0>)

# # Always enable colored output
# target_compile_options(stdexec_executable_flags INTERFACE
Expand Down

0 comments on commit bac5489

Please sign in to comment.