We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c19d commit 9e0e541Copy full SHA for 9e0e541
1 file changed
src/Imath/CMakeLists.txt
@@ -160,10 +160,10 @@ if (IMATH_INSTALL)
160
install(CODE "
161
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
162
Versions/Current/Resources
163
- \${CMAKE_INSTALL_PREFIX}/Imath.framework/Resources)
+ '${CMAKE_INSTALL_PREFIX}/Imath.framework/Resources')
164
165
- \${Imath_VERSION_MAJOR}.\${Imath_VERSION_MINOR}
166
- \${CMAKE_INSTALL_PREFIX}/Imath.framework/Versions/Current)
+ '${Imath_VERSION_MAJOR}.${Imath_VERSION_MINOR}'
+ '${CMAKE_INSTALL_PREFIX}/Imath.framework/Versions/Current')
167
")
168
else()
169
message(STATUS "NOT Creating Resources symlink")
0 commit comments