summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e60977c..6d173e52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,6 @@ include(opentrack-boilerplate)
include(opentrack-qt)
include(opentrack-version)
-include(opentrack-install)
include(opentrack-variant)
if(WIN32)
@@ -68,4 +67,7 @@ endfunction()
otr_add_subdirs()
otr_merge_translations()
+
#install_sources()
+
+include(opentrack-install)