Skip to content

Commit

Permalink
switched to a more recent cmake version.
Browse files Browse the repository at this point in the history
fixes: CUDA_cublas_device_LIBRARY NOTFOUND.
clab/dynet#1457.
  • Loading branch information
takanokage committed Feb 28, 2019
1 parent c3d1aae commit 2d18565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.12.2 FATAL_ERROR)

set (CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit 2d18565

Please sign in to comment.