== CMake Win ==
* remove copying of libjack dll's, libjack is statically linked now.
This commit is contained in:
@@ -437,14 +437,6 @@ if(WITH_INSTALL)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_JACK)
|
|
||||||
add_custom_command(TARGET blender
|
|
||||||
POST_BUILD
|
|
||||||
MAIN_DEPENDENCY blender
|
|
||||||
COMMAND copy /Y \"${LIBDIR}\\jack\\lib\\libjack.dll\" \"${TARGETDIR}\\\"
|
|
||||||
)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(WITH_OPENAL)
|
if(WITH_OPENAL)
|
||||||
add_custom_command(TARGET blender
|
add_custom_command(TARGET blender
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
|
Reference in New Issue
Block a user