Skip to content

Commit a110459

Browse files
lexmingFlamefire
andauthored
use None as default of toolchain option search-path-cpp-headers
Co-authored-by: Alexander Grund <[email protected]>
1 parent 3daac79 commit a110459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Compiler(Toolchain):
9393
'vectorize': (None, "Enable compiler auto-vectorization, default except for noopt and lowopt"),
9494
'packed-linker-options': (False, "Pack the linker options as comma separated list"), # ScaLAPACK mainly
9595
'rpath': (True, "Use RPATH wrappers when --rpath is enabled in EasyBuild configuration"),
96-
'search-path-cpp-headers': (False, "Search path used at build time for include directories"),
96+
'search-path-cpp-headers': (None, "Search path used at build time for include directories"),
9797
'extra_cflags': (None, "Specify extra CFLAGS options."),
9898
'extra_cxxflags': (None, "Specify extra CXXFLAGS options."),
9999
'extra_fflags': (None, "Specify extra FFLAGS options."),

0 commit comments

Comments
 (0)