Skip to content

Commit

Permalink
Remove unnecessary cmake version checks.
Browse files Browse the repository at this point in the history
refs #6332
  • Loading branch information
stuartcampbell committed Jan 16, 2013
1 parent f890235 commit 3f47817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/QtPropertyBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Pinched the bulk of this file from:
# http://bugreports.qt.nokia.com/browse/QTSOLBUG-80

# This is mainly here so you don't get a complaint when running cmake
cmake_minimum_required ( VERSION 2.6 )

project ( QtPropertyBrowser )

# We check for Qt in the directory above this, but having this here
Expand Down
2 changes: 0 additions & 2 deletions Code/Mantid/Vates/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is mainly here so you don't get a complaint when running cmake
cmake_minimum_required( VERSION 2.6 )
# Define the project name
project( Vates )

Expand Down

0 comments on commit 3f47817

Please sign in to comment.