summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:25:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-19 16:25:44 +0200
commitb454c962f4784ed06908f668b66376600d21dc52 (patch)
tree2047c3cd9a21e8a75f01fec630966938e101fea2 /CMakeLists.txt
parenta6d54f7ed35d972793e819eae23eadc17e4bca50 (diff)
cmake: move from build to mrproper and platform
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a90720a9..f6718bf5 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
include(opentrack-check-build-directory)
-include(opentrack-build)
+include(opentrack-mrproper)
project(opentrack)
cmake_minimum_required(VERSION 2.8.11)