Skip to content

Commit

Permalink
update message when the guessed architecture exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanru Xia committed Nov 29, 2023
1 parent 609f3ef commit 01d704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rti_connext_dds_cmake_module/cmake/rti_build_helper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function(rti_guess_connextdds_arch)
if(EXISTS "${CONNEXTDDS_DIR}/lib/${guessed_architecture}")
set(CONNEXTDDS_ARCH "${guessed_architecture}")
message(STATUS
"Guessed ${CONNEXTDDS_DIR}/lib/${guessed_architecture} exists")
"Guessed ${CONNEXTDDS_DIR}/lib/${guessed_architecture} exists and is selected")
else()
# If CONNEXTDDS_ARCH is unspecified, the module tries uses the first
# architecture installed by looking under $CONNEXTDDS_DIR/lib that matches
Expand Down

0 comments on commit 01d704f

Please sign in to comment.