Commit 237746fc authored by Davis King's avatar Davis King
Browse files

disable in source builds

parent e9c56fb2
......@@ -6,6 +6,9 @@
cmake_minimum_required(VERSION 2.8.12)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
if(POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
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