File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,14 @@ enable_testing()
64
64
# ----------------------------------------------------------------------------
65
65
66
66
if (NOT ALIEN_BUILD_COMPONENT)
67
- # Deux valeurs possibles: 'alien_standalone' ou 'all'
68
- set (ALIEN_BUILD_COMPONENT alien_standalone) # alien/ArcaneInterface (=Alien_legacy_plugins) temporarily deactivated. To remove.
69
- endif ()
67
+ if (Arcane IN_LIST ARCANEFRAMEWORK_BUILD_COMPONENTS)
68
+ # if Arcane is specified in command line build all Alien components
69
+ set (ALIEN_BUILD_COMPONENT all )
70
+ else ()
71
+ # else build only alien_standalone (does not depend on Arcane)
72
+ set (ALIEN_BUILD_COMPONENT alien_standalone) # alien/ArcaneInterface (=Alien_legacy_plugins) temporarily deactivated. To remove.
73
+ endif ()
74
+ endif ()
70
75
71
76
# ----------------------------------------------------------------------------
72
77
You can’t perform that action at this time.
0 commit comments