There was an error fetching the commit references. Please try again later.
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
Please register or sign in to comment