1
0
Fork 0
forked from lthn/blockchain

CMake: finish removal of OpenCL

Officially removed in c6f1fb3b67
This commit is contained in:
anonimal 2019-03-05 02:51:40 +00:00
parent 43faf7d57d
commit e9b1f78c45
No known key found for this signature in database
GPG key ID: 66A76ECF914409F1

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)