Skip to content
Snippets Groups Projects
Commit ab68ce89 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Require cmake 3.12.2 due to CUDA 10 compatibility

parent 00602293
No related branches found
No related tags found
1 merge request!31Code revision
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment