Skip to content

Commit f5b25e2

Browse files
committed
Fix CMake error... again.
1 parent 7708a37 commit f5b25e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Package.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if(APPLE)
9595

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

0 commit comments

Comments
 (0)