Skip to content

Commit

Permalink
Refs #20391: fix build issues
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Feb 29, 2024
1 parent 281eafe commit a38ed09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/dds/communication/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ if(Python3_Interpreter_FOUND)
"PATH=$<TARGET_FILE_DIR:${PROJECT_NAME}>\\;$<TARGET_FILE_DIR:fastcdr>\\;${WIN_PATH}")
endif()


# Standard types test
set(TEST_BUILDER ${BINARY_TEST_DIR}test_build.py)

Expand Down Expand Up @@ -228,7 +227,6 @@ if(Python3_Interpreter_FOUND)
endif()
endforeach()


# Liveliness tests
add_test(NAME LivelinessAssertion
COMMAND ${CMAKE_COMMAND} -DACTUAL_TEST=${PYTHON_EXECUTABLE} -DACTUAL_ARGS=${CMAKE_CURRENT_BINARY_DIR}/liveliness_assertion.py -P ${CMAKE_CURRENT_BINARY_DIR}/test_wrapper.cmake)
Expand Down
7 changes: 7 additions & 0 deletions test/dds/communication/security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

find_package(PythonInterp 3)

add_definitions(
-DBOOST_ASIO_STANDALONE
-DASIO_STANDALONE
)

include_directories(${Asio_INCLUDE_DIR})

###############################################################################
# Binaries
###############################################################################
Expand Down

0 comments on commit a38ed09

Please sign in to comment.