Skip to content

Commit

Permalink
Fix SBOM generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Sep 10, 2024
1 parent 08365a9 commit 44b3dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/toolkits/gtkmm/dist/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ install(CODE "set(BINDIR \"${BINDIR}\")")
install(CODE "set(BINDIR32 \"${BINDIR32}\")")
install(CODE "set(HAVE_CRASHPAD \"${HAVE_CRASHPAD}\")")
install(CODE "set(HAVE_DBUS \"${HAVE_DBUS}\")")
install(CODE "set(HAVE_SBOM \"${HAVE_SBOM}\")")

if (MSVC)
install(CODE "set(MSVC ${MSVC})")
Expand Down

0 comments on commit 44b3dfc

Please sign in to comment.