Apologies, my information was not totally correct.The solutions available can be found in my colleague’s post Can't build samples w/ ptx64 backend
The variable I specified needs to be passed to the compiler rather than CMake so needs to be set using
target_compile_definitions(simple-vector-add PRIVATE _GLIBCXX_USE_CXX11_ABI=0)
for example