forked from OSchip/llvm-project
[cmake] Remove two unused include paths
These include paths are leftovers from times when we used GMP or an external isl installation. They are not longer needed. llvm-svn: 236596
This commit is contained in:
parent
ed89c7fe44
commit
d35f388b49
|
@ -105,11 +105,6 @@ if (POLLY_ENABLE_GPGPU_CODEGEN)
|
|||
set(GPU_CODEGEN TRUE)
|
||||
endif(POLLY_ENABLE_GPGPU_CODEGEN)
|
||||
|
||||
INCLUDE_DIRECTORIES( ${ISL_INCLUDE_DIR} )
|
||||
if (GMP_FOUND)
|
||||
INCLUDE_DIRECTORIES( ${GMP_INCLUDE_DIR} )
|
||||
endif(GMP_FOUND)
|
||||
|
||||
# Support GPGPU code generation if the library is available.
|
||||
if (CUDALIB_FOUND)
|
||||
INCLUDE_DIRECTORIES( ${CUDALIB_INCLUDE_DIR} )
|
||||
|
|
Loading…
Reference in New Issue