diff options
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)") |