Skip to content

Commit

Permalink
Fix CMake error... again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepetroules committed Jan 30, 2014
1 parent 7708a37 commit f5b25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if(APPLE)

# Starting with OS X 10.9, Rez will need a sysroot in order to find necessary resource files
if(CMAKE_OSX_SYSROOT)
set(CPACK_COMMAND_REZ "${CPACK_COMMAND_REZ} -isysroot ${CMAKE_OSX_SYSROOT}")
set(CPACK_COMMAND_REZ "/usr/bin/Rez -isysroot ${CMAKE_OSX_SYSROOT}")
endif()
endif()

Expand Down

0 comments on commit f5b25e2

Please sign in to comment.