Giter Site home page Giter Site logo

Comments (2)

memsharded avatar memsharded commented on July 20, 2024 1

The thing is that conan generated targets are INTERFACE IMPORTED targets, for the whole package. A package can typically contains several libraries and executables, and conan does not have explicit notion about them. So that seems expected, you cannot use them as commands. You have the paths info, in the target and in conan variables, so for executing gpcbin2c executable, you could just get the absolute path to it. Another approach, would be the package to add itself to the environment PATH, then execute directly COMMAND gpbin2c (or the name of the exe)

from cmake-conan.

JPGygax68 avatar JPGygax68 commented on July 20, 2024 1

Thank you! I may be exploring this some more; right now, I've gone back to executing conan install manually, and making use of virtualenv and virtualbuildenv. The latter seems to have a problem, so I may file an issue soon.

from cmake-conan.

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.