eProsima / foonathan_memory_vendor

foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
24 stars 46 forks source link

Change mechanism to find an installation of foonathan_memory #67

Closed richiware closed 1 year ago

richiware commented 1 year ago

With current implementation once foonathan_memory is compiled for a certain configuration (Release, Debug..) using colcon, changing to another compilation doesn't make it compile, because the previous one is found on CMAKE_INSTALL_PREFIX.

With new implemenation, this behaviour is fixed, but it is still be able to find an installed foonathan_memory.

Tested on Windows, Linux and Mac.

richiware commented 1 year ago

Done in bb87886