We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefe76b commit 32796eeCopy full SHA for 32796ee
rti_connext_dds_cmake_module/cmake/rti_build_helper.cmake
@@ -405,7 +405,7 @@ endfunction()
405
# (e.g. ".DS_Store").
406
################################################################################
407
function(rti_guess_connextdds_arch)
408
- if(ENV{CONNEXTDDS_ARCH})
+ if(NOT "$ENV{CONNEXTDDS_ARCH}" STREQUAL "")
409
set(CONNEXTDDS_ARCH $ENV{CONNEXTDDS_ARCH} PARENT_SCOPE)
410
return()
411
endif()
0 commit comments