small change to CMakeLists.txt for cmake-2.6.2

This commit is contained in:
Mark Olesen
2008-12-15 22:06:44 +01:00
parent aa522c93f1
commit bf057f99c0

View File

@ -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})