Git Product home page Git Product logo

Comments (4)

pfultz2 avatar pfultz2 commented on May 24, 2024

Is there a better way of doing this or are there any ideas on how cget could support this in the future?

I have not tested it but this should work(run in the source directory):

cget build --target install

Also, you can specify the install directory with CMAKE_INSTALL_PREFIX if you don't like the default:

cget build -DCMAKE_INSTALL_PREFIX=/usr/local --target install

Also, is setting CMAKE_PREFIX_PATH to the cget prefix path the recommended way of using cget with IDEs like CLion?

That is one way, although I am not very familiar with CLion. Cget provides a toolchain file in $CGET_PREFIX/cget/cget.cmake that sets everything needed in cmake. So if you want to run cmake manually you can do:

mkdir build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$CGET_PREFIX/cget/cget.cmake ..

I don't know if there is a way in CLion to specify a toolchain file or not, but it is a better choice.

from cget.

jonathonl avatar jonathonl commented on May 24, 2024

So cget build --target install works, but -DCMAKE_INSTALL_PREFIX is applied to dependencies when specified (nothing is installed into $CGET_PREFIX).

from cget.

pfultz2 avatar pfultz2 commented on May 24, 2024

but -DCMAKE_INSTALL_PREFIX is applied to dependencies when specified

Thats right, as defines are applied to all packages including dependencies. It would probably be better not to have the user overwrite this when installing dependencies.

from cget.

pfultz2 avatar pfultz2 commented on May 24, 2024

I merged a fix for this in master, so you can set CMAKE_INSTALL_PREFIX and it won't apply to the dependencies.

from cget.

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.