Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions fastdds_python.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
foonathan_memory_vendor:
type: git
url: https://github.com/eProsima/foonathan_memory_vendor.git
version: master
version: v1.3.1
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: master
version: v2.3.2
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v3.4.0
fastdds_python:
type: git
url: https://github.com/eProsima/Fast-DDS-python.git
version: main
version: v2.4.0
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: master
version: v4.2.0
2 changes: 1 addition & 1 deletion fastdds_python/src/swig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ swig_add_library(${PROJECT_NAME}
${${PROJECT_NAME}_FILE}
)

if(UNIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
if(UNIX AND NOT APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 8)
set_property(TARGET ${PROJECT_NAME} PROPERTY
SWIG_COMPILE_DEFINITIONS SWIGWORDSIZE64
)
Expand Down