Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Use the right branch of the post processing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
awhiemstra committed Jun 7, 2016
1 parent af11e08 commit ccf0c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ ExternalProject_Add(Cura
ExternalProject_Add(Cura-PostProcessing
DEPENDS Cura
GIT_REPOSITORY https://github.com/nallath/PostProcessingPlugin
GIT_TAG origin/master
GIT_TAG origin/${TAG_OR_BRANCH}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNALPROJECT_INSTALL_PREFIX}
)

Expand Down

0 comments on commit ccf0c3a

Please sign in to comment.