Skip to content

Commit

Permalink
refs #5103. Output version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 24, 2012
1 parent 53ad4aa commit 6a06e92
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). Your version is ${OSX_VERSION}")
message (FATAL_ERROR "The minimum supported version of Mac OS X is 10.6 (Snow Leopard). Your version is ${RESULT_VARIABLE}")
endif()

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

0 comments on commit 6a06e92

Please sign in to comment.