Skip to content

Commit

Permalink
fix: create build info by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMollinger committed Aug 14, 2024
1 parent 8396de9 commit d2bbb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/spl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function(_spl_hook_end_of_configure)
_spl_coverage_create_overall_report()
_spl_create_docs_target()
_spl_create_reports_target()
_spl_create_build_info_file()
endif(BUILD_KIT STREQUAL test)
_spl_create_build_info_file()
endfunction(_spl_hook_end_of_configure)

# # This is one possibility to open guiconfig of kconfiglib. VSCode task is the preferred solution
Expand Down

0 comments on commit d2bbb3f

Please sign in to comment.