Re: [cmake-developers] CMake Var for Specific Processor Type

2017-10-06 Thread Axel Huebl
s can > be can be used with the new native CUDA support by passing the results > to CMAKE_CUDA_FLAGS or with target_compile_options and > $. > > On Fri, Oct 6, 2017 at 5:42 AM, Axel Huebl wrote: >> Dear CMake List, >> >> >> we are building HPC softwar

[cmake-developers] CMake Var for Specific Processor Type

2017-10-06 Thread Axel Huebl
is probably not the most generic way to write maintainable CMake scripts. For NVCC and Clang CUDA SM targets for PTX and SASS code embedding, we just have our own CMake variable, which is also sub-ideal for as it is not standardized. How do you usually address this? All the best, Axel -- Axel Hue