summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-10-13 14:59:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-10-13 14:59:44 +0200
commit13f01510132abd3cf08e5a913721d0702c20664f (patch)
tree7d2a4fe41e757c4e37fdbd7ebb5a2197cbe162ef /cmake/opentrack-boilerplate.cmake
parentd075be93b455852e0e3e4b5a0b0790793ed20e12 (diff)
cmake: disable cotire for now
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index 89127679..36c8d666 100644
--- a/cmake/opentrack-boilerplate.cmake
+++ b/cmake/opentrack-boilerplate.cmake
@@ -108,8 +108,6 @@ function(otr_install_pdb_current_project target)
endif()
endfunction()
-include(cotire)
-
function(otr_module n_)
message(STATUS "module ${n_}")
cmake_parse_arguments(arg
@@ -195,8 +193,6 @@ function(otr_module n_)
set_property(GLOBAL APPEND PROPERTY opentrack-all-modules "${n}")
set_property(GLOBAL APPEND PROPERTY opentrack-all-source-dirs "${CMAKE_CURRENT_SOURCE_DIR}")
-
- cotire(${n})
endfunction()
function(otr_prop type)