Git Product home page Git Product logo

Comments (4)

dirk-thomas avatar dirk-thomas commented on August 20, 2024

I think this is in the responsibility of each packages CMake code to use build type specific suffixes (and make sure to export them accordingly). I am not sure how ament_cmake could do that generically.

Also if you build a workspace with e.g. CMAKE_BUILD_TYPE=Debug you should be able to leverage the full potential of the Visual Studio debugger without the need for any changes.

from ament_cmake.

geoffviola avatar geoffviola commented on August 20, 2024

Maybe, this isn't the best place to put this request. I mostly want to see all the ROS 2 packages in https://github.com/ros2/ros2/blob/master/ros2.repos have standard library suffixes based on CMAKE_BUILD_TYPE. That way the libraries can be built in Debug mode and Release mode without clobbering the other artifacts.

ament_target_dependencies would need know which artifact to chose. Also, the ROS 2 Windows binary should include both the debug and release libraries.

from ament_cmake.

dirk-thomas avatar dirk-thomas commented on August 20, 2024

If a package builds both library types at the same type it can export something like this: release libfoo debug libfood. But that is rather uncommon for a CMake project. If a package only builds one build type at a type it can also only export that library.

So I am not sure how you would like to achieve this. Maybe it would be best to propose a few PRs to some lower level packages. And if the approach works well the same approach can be considered for all other packages.

from ament_cmake.

mikaelarguedas avatar mikaelarguedas commented on August 20, 2024

@geoffviola Closing this due to inactivity and lack of a clear path forward. Feel free to keep commenting on the issue and we can reopen it

from ament_cmake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.