Skip to content

Commit

Permalink
Add "inl" to list of file extensions for code checks (LLNL#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale authored Dec 1, 2017
1 parent 6d8f695 commit bb9eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SetupCodeChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ macro(blt_add_code_checks)

# Setup default parameters
if (NOT DEFINED arg_C_FILE_EXTS)
set(arg_C_FILE_EXTS ".cpp" ".hpp" ".cxx" ".hxx" ".cc" ".c" ".h" ".hh")
set(arg_C_FILE_EXTS ".cpp" ".hpp" ".cxx" ".hxx" ".cc" ".c" ".h" ".hh" ".inl")
endif()
if (NOT DEFINED arg_F_FILE_EXTS)
set(arg_F_FILE_EXTS ".F" ".f" ".f90" ".F90")
Expand Down

0 comments on commit bb9eb29

Please sign in to comment.