We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5ec69 commit 1430f7eCopy full SHA for 1430f7e
1 file changed
examples/CMakeLists.txt
@@ -16,7 +16,8 @@
16
17
add_library(stdexec_example_settings INTERFACE)
18
19
-target_compile_definitions(stdexec_example_settings INTERFACE STDEXEC_NAMESPACE=stdexec)
+target_compile_definitions(stdexec_example_settings INTERFACE
20
+ $<$<AND:$<CXX_COMPILER_ID:NVHPC>,$<VERSION_GREATER_EQUAL:$<CXX_COMPILER_VERSION>,26.3.0>>:STDEXEC_NAMESPACE=stdexec>)
21
22
function(split pair name_out path_out)
23
string(STRIP "${pair}" pair)
0 commit comments