Skip to content

Commit

Permalink
Fix: add missing thread flags for AIX (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
678098 authored May 2, 2024
1 parent 4217f72 commit f002d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/applications/bmqtool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ target_bmq_default_compiler_flags(bmqtool)
set_target_properties(bmqtool
PROPERTIES OUTPUT_NAME "bmqtool.tsk")
bbs_setup_target_uor(bmqtool)
bbs_add_target_bde_flags(bmqtool PUBLIC)
bbs_add_target_thread_flags(bmqtool PUBLIC)

install(TARGETS bmqtool RUNTIME DESTINATION bin)

0 comments on commit f002d6b

Please sign in to comment.