From 5a3b267d800a086e0d7cc17ff5b334927e7562de Mon Sep 17 00:00:00 2001 From: tbaudier Date: Thu, 9 Jun 2016 10:00:28 +0200 Subject: [PATCH] Ensure CLITK_EXPERIMENTAL is defined (needed for static compilation) --- vv/vvMainWindow.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 9d29824..3da4be7 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -378,6 +378,9 @@ vvMainWindow::vvMainWindow():vvMainWindowBase() vvToolManager::GetInstance()->InsertToolsInMenu(this); vvToolManager::GetInstance()->EnableToolsInMenu(this, false); +#ifndef CLITK_EXPERIMENTAL +#define CLITK_EXPERIMENTAL 0 +#endif if (!CLITK_EXPERIMENTAL) menuExperimental->menuAction()->setVisible(false); -- 2.45.1