Skip to content

Commit

Permalink
Fix: add missing thread flags for AIX (bloomberg#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
678098 authored and alexander-e1off committed Oct 24, 2024
1 parent 50a9587 commit a305b91
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 a305b91

Please sign in to comment.