Fast-DDS-python icon indicating copy to clipboard operation
Fast-DDS-python copied to clipboard

cmake generate fastdds.i conflict

Open Alexxxing opened this issue 9 months ago • 0 comments

under config of “win32api.LoadLibrary('$<TARGET_FILE_NAME:fastdds>')”,I get an error about "Evaluation file to be written multiple times with different content.", It's may related to same file genrated in same path.

error message:

CMake Error in src/swig/CMakeLists.txt: Evaluation file to be written multiple times with different content. This is generally caused by the content evaluating the configuration type, language, or location of object files:

D:/Develop/python/Fast-DDS-python/fastdds_python/build/src/swig/fastdds.i

Alexxxing avatar Apr 01 '25 05:04 Alexxxing