Skip to content

Commit

Permalink
refs #5103. Fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 24, 2012
1 parent 54d5060 commit 113d829
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 @@ -56,7 +56,7 @@ ENDIF()
IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

execute_process(
COMMAND /usr/bin/sw_vers -product
COMMAND /usr/bin/sw_vers –productVersion
OUTPUT_VARIABLE OSX_VERSION
RESULT_VARIABLE OSX_VERSION_STATUS
)
Expand Down

0 comments on commit 113d829

Please sign in to comment.