From 42fc48f9e451892389645d8acbf935665b41dcef Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Fri, 15 Nov 2019 13:46:52 +0100 Subject: [PATCH] view plugins: add cmake_minimum_required Need to configure this plugin alone. --- src/Plugins/View/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Plugins/View/CMakeLists.txt b/src/Plugins/View/CMakeLists.txt index d6d1642b..9c709046 100644 --- a/src/Plugins/View/CMakeLists.txt +++ b/src/Plugins/View/CMakeLists.txt @@ -17,6 +17,8 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +cmake_minimum_required(VERSION 3.12) + INCLUDE(UseQtExt) # create a plugin with a custom view that shows up in ParaView's multi-view -- 2.30.2