aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt')
-rw-r--r--Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt b/Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt
deleted file mode 100644
index 19d2fecbf..000000000
--- a/Godeps/_workspace/src/github.com/ethereum/ethash/libethash-cl/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-set(LIBRARY ethash-cl)
-set(CMAKE_BUILD_TYPE Release)
-
-if (NOT OPENCL_FOUND)
- find_package(OpenCL)
-endif()
-if (OPENCL_FOUND)
- include_directories(${OPENCL_INCLUDE_DIRS})
- include_directories(..)
- add_library(${LIBRARY} ethash_cl_miner.cpp ethash_cl_miner.h)
- TARGET_LINK_LIBRARIES(${LIBRARY} ${OPENCL_LIBRARIES} ethash)
-endif() \ No newline at end of file