Skip to content

Commit 9e0e541

Browse files
committed
apple.18
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 1c3c19d commit 9e0e541

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Imath/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ if (IMATH_INSTALL)
160160
install(CODE "
161161
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
162162
Versions/Current/Resources
163-
\${CMAKE_INSTALL_PREFIX}/Imath.framework/Resources)
163+
'${CMAKE_INSTALL_PREFIX}/Imath.framework/Resources')
164164
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
165-
\${Imath_VERSION_MAJOR}.\${Imath_VERSION_MINOR}
166-
\${CMAKE_INSTALL_PREFIX}/Imath.framework/Versions/Current)
165+
'${Imath_VERSION_MAJOR}.${Imath_VERSION_MINOR}'
166+
'${CMAKE_INSTALL_PREFIX}/Imath.framework/Versions/Current')
167167
")
168168
else()
169169
message(STATUS "NOT Creating Resources symlink")

0 commit comments

Comments
 (0)