Revision d2ff41272d42b6484bb56c026fd9f647f0a2dc83 authored by Bowen Bao on 24 August 2018, 04:38:48 UTC, committed by Bowen Bao on 24 August 2018, 08:27:45 UTC
- This is due to an issue on Windows CI introduced by adding onnx dependencies. These tests are temporarily disabled to not block CI while we investigate.
- Disable CNTKv2Python/Tutorial/205
- Disable CNTKv2Python/Keras
1 parent a26e542
Raw File
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