Skip to content

Commit

Permalink
Remove dead code (Re #7727, but unrelated to this ticket).
Browse files Browse the repository at this point in the history
We specify a minimum cmake version of 2.8 now so this message can
never show up.
  • Loading branch information
RussellTaylor committed Aug 9, 2013
1 parent 58653ec commit 39b8ee6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Code/Mantid/Build/CMake/CommonSetup.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Print a warning about ctest if using v2.6
if ( CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 8 )
message ( WARNING " Running tests via CTest will not work with this version of CMake. If you need this functionality, upgrade to CMake 2.8." )
endif ()

# Include useful utils
include ( MantidUtils )

Expand Down

0 comments on commit 39b8ee6

Please sign in to comment.