Skip to content

Commit

Permalink
refs #5103. Output version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 24, 2012
1 parent 113d829 commit 53ad4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
string(STRIP ${OSX_VERSION} OSX_VERSION)

if (OSX_VERSION VERSION_LESS 10.6)
message (FATAL_ERROR "The minimum supported version of Mac OS X is 10.6 (Snow Leopard).")
message (FATAL_ERROR "The minimum supported version of Mac OS X is 10.6 (Snow Leopard). Your version is ${OSX_VERSION}")
endif()

if (OSX_VERSION VERSION_GREATER 10.6 OR OSX_VERSION VERSION_EQUAL 10.6)
Expand Down

0 comments on commit 53ad4aa

Please sign in to comment.