Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Use CMake standard library to handle CUDA
Browse files Browse the repository at this point in the history
- Bump CMake minimum version requirement due to
  https://gitlab.kitware.com/cmake/cmake/issues/19199
- Be lenient about CMake minimum version for USE_CUDA=0
  • Loading branch information
leezu committed Dec 10, 2019
1 parent 8645b9a commit 24e7209
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 1,169 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/mshadow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 3.0.2)

project(mshadow C CXX)

Expand Down
324 changes: 0 additions & 324 deletions 3rdparty/mshadow/cmake/Cuda.cmake

This file was deleted.

Loading

0 comments on commit 24e7209

Please sign in to comment.