mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-08 22:38:42 -05:00
Removed OpenCL dependencies
This commit is contained in:
@@ -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)
|
||||
|
||||
Submodule ext/ghoul updated: 213ec8a4cd...7d126639c6
Reference in New Issue
Block a user