We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d9b09 commit 14a3befCopy full SHA for 14a3bef
1 file changed
fastdds_python/src/swig/CMakeLists.txt
@@ -80,6 +80,8 @@ target_link_libraries(${PROJECT_NAME}
80
option(BUILD_FOR_DEBIAN_PACKAGE "Build for debian package" OFF)
81
if (BUILD_FOR_DEBIAN_PACKAGE)
82
set(GET_PATH_SCHEME "\'deb_system\',")
83
+elseif (NOT WIN32)
84
+ set(GET_PATH_SCHEME "\'posix_prefix\',")
85
endif()
86
87
# Find the installation path
0 commit comments