Skip to content

Commit

Permalink
Disable bmqstoragetool build on SunOS (#599)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pryakhin <[email protected]>
  • Loading branch information
waldgange authored Feb 5, 2025
1 parent a65e2c2 commit 6bd53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/bmqstoragetool/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bmqstoragetool
# --------------

if(NOT BMQ_TARGET_BMQSTORAGETOOL_NEEDED)
if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS" OR NOT BMQ_TARGET_BMQSTORAGETOOL_NEEDED)
return()
endif()

Expand Down

0 comments on commit 6bd53fe

Please sign in to comment.