From bf057f99c07242ed1d9ea59b00ba767b7f75ffe9 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 15 Dec 2008 22:06:44 +0100 Subject: [PATCH] small change to CMakeLists.txt for cmake-2.6.2 --- .../graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt index 01d4f5a9fe..17be614da4 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/CMakeLists.txt @@ -7,6 +7,8 @@ # the pqReader.xml file contains xml defining readers with their # file extensions and descriptions. +cmake_minimum_required(VERSION 2.4) + FIND_PACKAGE(ParaView REQUIRED) INCLUDE(${PARAVIEW_USE_FILE})