diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-04-23 13:21:11 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-04-23 13:21:11 +0200 |
commit | 2f9489fbf4b6c4fa9814fb4e402293dbb957f869 (patch) | |
tree | 236fe63df264a8b91504a788432df466e7be904a /CMakeLists.txt | |
parent | 5f9fd9633b4efcd0b45012d5f1fa6529bfde9d65 (diff) |
cmake: explicitly disallow source directory being equal to build directory
Causes frequent user confusion on Linux.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x[-rw-r--r--] | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fef1baed..1d8d5aef 100644..100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 2.8.11) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/) include(CMakeParseArguments) +include(opentrack-check-build-directory) include(opentrack-policy) include(opentrack-qt) include(opentrack-platform) |