1
0
Fork 0
forked from lthn/blockchain

Merge pull request #16 from anonimal/opencl

CMake: finish removal of OpenCL
This commit is contained in:
cryptozoidberg 2019-03-08 16:27:37 +01:00 committed by GitHub
commit 8cd890c8d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,9 +98,6 @@ endif()
add_library(crypto ${CRYPTO})
MESSAGE( STATUS "INCLUDING OpenCL_INCLUDE_DIRS: " ${OpenCL_INCLUDE_DIRS} )
include_directories( ${OpenCL_INCLUDE_DIRS} )
add_library(currency_core ${CURRENCY_CORE})
add_dependencies(currency_core version rpc ${PCH_LIB_NAME})
ENABLE_SHARED_PCH(CURRENCY_CORE)