Fix for OSL shader install paths.

This commit is contained in:
Lukas Toenne
2012-09-03 11:38:22 +00:00
parent 99972cbfdc
commit 2f70800923

View File

@@ -83,4 +83,5 @@ endforeach()
add_custom_target(shader ALL DEPENDS ${SRC_OSO} ${SRC_OSL_HEADERS})
delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${SRC_OSO}" ${CYCLES_INSTALL_PATH}/shader)
# CMAKE_CURRENT_SOURCE_DIR is already included in OSO paths
delayed_install("" "${SRC_OSO}" ${CYCLES_INSTALL_PATH}/shader)