diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-31 12:45:54 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-31 12:45:54 +0200 |
commit | bad2a3e97a92b32c163510e7a0764034c1f87d80 (patch) | |
tree | 8f42f5ab9b9e3bff768cd375997b82d9ef1d2ec7 /cmake | |
parent | a40de1a8987a982780daf207369fdd457de17fa1 (diff) |
add maintainer mode for building WIP main-window mixins
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 630da3bd..de711ac4 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -149,3 +149,5 @@ endif() if(UNIX AND NOT APPLE) include(opentrack-pkg-config) endif() + +set(opentrack_maintainer-mode FALSE CACHE BOOL "Select if developing core code (not modules)") |