Commit ab68ce89 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Require cmake 3.12.2 due to CUDA 10 compatibility

parent 00602293
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@
#
###############################################################################

cmake_minimum_required( VERSION 3.5.1 )
# cmake 3.12.2 is required due to compatibility with CUDA 10
# (see the issue reported here: https://github.com/clab/dynet/issues/1457 )
cmake_minimum_required( VERSION 3.12.2 )

project( tnl )