Skip to content
Snippets Groups Projects
Commit 67ea6768 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Remove target blender from all in CMakeLists.txt

parent 6863039f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ IF (EXISTS ${BLENDER_EXE})
# COMMAND ${BLENDER_EXE}
# --background --enable-autoexec
# --python ${CMAKE_CURRENT_SOURCE_DIR}/install_addon.py
ADD_CUSTOM_TARGET (blender ALL
ADD_CUSTOM_TARGET (blender
PYTHONPATH=/usr/lib/python3/dist-packages/
${BLENDER_EXE} --background --enable-autoexec
--python ${CMAKE_CURRENT_BINARY_DIR}/install_addon.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment