Removed OpenCL dependencies

This commit is contained in:
Jonas Strandstedt
2014-10-29 17:54:03 +01:00
parent 619d71ae23
commit 98152b8da9
2 changed files with 1 additions and 9 deletions

View File

@@ -95,14 +95,6 @@ include_directories("${SPICE_ROOT_DIR}/include")
add_subdirectory(${SPICE_ROOT_DIR})
set(DEPENDENT_LIBS ${DEPENDENT_LIBS} Spice)
# OpenCL
find_package(OpenCL)
if(OPENCL_FOUND)
add_definitions(-DGHL_OPENCL)
include_directories(${OPENCL_INCLUDE_DIRS})
set(GHOUL_DEPENDENCIES ${GHOUL_DEPENDENCIES} ${OPENCL_LIBRARIES})
endif(OPENCL_FOUND)
# Kameleon
option(KAMELEON_LIBRARY_ONLY "Build with Kameleon as library only" ON)
if(WIN32)