mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
[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)
|
set(GPU_CODEGEN TRUE)
|
||||||
endif(POLLY_ENABLE_GPGPU_CODEGEN)
|
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.
|
# Support GPGPU code generation if the library is available.
|
||||||
if (CUDALIB_FOUND)
|
if (CUDALIB_FOUND)
|
||||||
INCLUDE_DIRECTORIES( ${CUDALIB_INCLUDE_DIR} )
|
INCLUDE_DIRECTORIES( ${CUDALIB_INCLUDE_DIR} )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user