https://github.com/Microsoft/CNTK
Raw File
Tip revision: 63e01bae7663d2ce9fa6b0faedfb92d7d49424d4 authored by Aghagolzadeh on 09 February 2019, 07:11:52 UTC
Additionally commented out renaming the .ckp.tmp to .ckp
Tip revision: 63e01ba
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top