Skip to content

Commit 86d4bc4

Browse files
authored
Merge pull request #204 from bakpaul/25_07_apply_changes_from_new_sofa_macro_for_dep
Change the default behavior regarding SOFA PR 5550
2 parents cec4734 + 288ead7 commit 86d4bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

10_Getting_Started/20_Build/50_Activate_Plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As stated before, some plugins have their own repository and thus need to be fet
2424

2525
The repository from which to fetch and the tag to checkout can be changed by using the respective flags `XXX_GIT_REPOSITORY` and `XXX_GIT_TAG`. The tag can be either a tag, a branch name or a commit hash.
2626

27-
It should be noted that you can use a local clone of the repository, instead of relying on the fetching mechanism. This can be useful when you have a version of the plugin on your disk on which you are currently working. To do this, you'll need to make sure `SOFA_FETCH_XXX` is `OFF` and then you can specify the flag `XXX_LOCAL_DIRECTORY` with an absolute path to the local clone of the plugin.
27+
It should be noted that you can use a local clone of the repository, instead of relying on the fetching mechanism. This can be useful when you have a version of the plugin on your disk on which you are currently working. To do this, you will need to specify the flag `XXX_LOCAL_DIRECTORY` with an absolute path to the local clone of the plugin. If this flag is set, it will be used in priority over the fetching mechanism (`SOFA_FETCH_XXX`).
2828

2929
No matter what mechanism you use (fetch or local clone), you will still need to activate it by setting to ON the following CMake flag `{TYPE}_XXX` where TYPE corresponds to one of the following keywords: `{"APPLICATION", "PLUGIN", "DIRECTORY"}`.
3030

0 commit comments

Comments
 (0)