From 0938fd98364f7265a827ee9ed7d7b3d5a6251dcb Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Thu, 28 Sep 2017 20:39:02 +0200 Subject: fix opencl for windows - splitt literal to smaller chunks (windows only support 16k literals) - remove copy command for opencl folder --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cf776e1..ade87b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -399,9 +399,6 @@ else() set(WIN_OUTPUT_RELEASE "/Release") endif() -install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/opencl" - DESTINATION "${CMAKE_INSTALL_PREFIX}/bin${WIN_OUTPUT_RELEASE}") - # avoid overwrite of user defined settings # install `config.txt`if file not exists in `${CMAKE_INSTALL_PREFIX}/bin` install(CODE " \ -- cgit v1.1