• Martin Bauer's avatar
    CUDA CMake - removed boost "isystem" modification · 3a78f7dc
    Martin Bauer authored
    - recent GCC version produce error when "-isystem /usr/include" is added
      to command line. Error is: '#include_next <math.h>' not found
    - the removed "hack" added the cuda include dir with "-isystem" to
      the CUDA compiler arguments to prevent warnings from boost header
      -> currently there seem to be no warnings generated from boost headers
         so "hack" is removed
    3a78f7dc