Commit bab5d2d
committed
Clear wrapper CPPFLAGS before populating
The wrapper compiler infrastructure enforces using
OPAL_WRAPPER_FLAGS_ADD rather than modifying environment variables
directly, in part by overwriting the values of
{OPAL,OMPI}_WRAPPER_EXTRA_<flag> before using. The
WRAPPER_EXTRA_CPPFLAGS variable was not properly cleared in the case
where install headers were not installed, so properly initialize them.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>1 parent f4796a8 commit bab5d2d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
346 | 348 | | |
347 | 349 | | |
348 | 350 | | |
| |||
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
| 399 | + | |
| 400 | + | |
397 | 401 | | |
398 | 402 | | |
399 | 403 | | |
| |||
0 commit comments