Loading CMakeLists.txt +3 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading
CMakeLists.txt +3 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading