"examples/mxnet/vscode:/vscode.git/clone" did not exist on "16ec2a8b102ac78825dd3ceb4904db2872d68cd4"
Commit 237746fc authored by Davis King's avatar Davis King
Browse files

disable in source builds

parent e9c56fb2
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
cmake_minimum_required(VERSION 2.8.12) cmake_minimum_required(VERSION 2.8.12)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
if(POLICY CMP0048) if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
endif() endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment