cmake: remove wrongly added warning about downloading

This commit is contained in:
Christoph Junghans
2020-04-06 12:10:00 -06:00
parent 73aeb74c2a
commit 6c8161b2a3
2 changed files with 0 additions and 6 deletions

View File

@ -116,9 +116,6 @@
elseif(GPU_API STREQUAL "OPENCL")
if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
if(CMAKE_VERSION VERSION_LESS 3.11)
message(FATAL_ERROR "Downloading OpenCL currently only works with cmake-3.11 and higher")
endif()
# download and unpack support binaries for compilation of windows binaries.
set(LAMMPS_THIRDPARTY_URL "http://download.lammps.org/thirdparty")
file(DOWNLOAD "${LAMMPS_THIRDPARTY_URL}/opencl-win-devel.tar.gz" "${CMAKE_CURRENT_BINARY_DIR}/opencl-win-devel.tar.gz"