Skip to content
Snippets Groups Projects
Commit 3a78f7dc authored by Martin Bauer's avatar Martin Bauer
Browse files

CUDA CMake - removed boost "isystem" modification

- 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
parent 4e98b897
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment