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 11, 2019
1 parent 7895f93 commit 251f8d8
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 1,175 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 251f8d8

Please sign in to comment.