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 /sdk-paths-sthalik@MSVC-windows.cmake | |
parent | a40de1a8987a982780daf207369fdd457de17fa1 (diff) |
add maintainer mode for building WIP main-window mixins
Diffstat (limited to 'sdk-paths-sthalik@MSVC-windows.cmake')
-rw-r--r-- | sdk-paths-sthalik@MSVC-windows.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk-paths-sthalik@MSVC-windows.cmake b/sdk-paths-sthalik@MSVC-windows.cmake index 852ae946..dacdd1bb 100644 --- a/sdk-paths-sthalik@MSVC-windows.cmake +++ b/sdk-paths-sthalik@MSVC-windows.cmake @@ -18,6 +18,7 @@ function(setq name value) endfunction() set(opentrack_install-debug-info TRUE CACHE INTERNAL "" FORCE) +set(opentrack_maintainer-mode TRUE CACHE INTERNAL "" FORCE) setq(Qt5_DIR "../qt-5.10.0/lib/cmake/Qt5") setq(OpenCV_DIR "opencv/build") |