Skip to content

Commit

Permalink
Refs #20738. Fix Jenkins CI on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Apr 4, 2024
1 parent 00f6e51 commit d06f02d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/statistics/dds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ if (FASTDDS_STATISTICS)
${TINYXML2_SOURCES}
${DOMAINPARTICIPANTSTATISTICSLISTENER_TESTS_SOURCE})
target_compile_definitions(DomainParticipantStatisticsListenerTests PRIVATE
BOOST_ASIO_STANDALONE
ASIO_STANDALONE
$<$<AND:$<NOT:$<BOOL:${WIN32}>>,$<STREQUAL:"${CMAKE_BUILD_TYPE}","Debug">>:__DEBUG>
$<$<BOOL:${INTERNAL_DEBUG}>:__INTERNAL_DEBUG> # Internal debug activated.
)
Expand Down

0 comments on commit d06f02d

Please sign in to comment.