GithubHelp home page GithubHelp logo

Comments (3)

bhepple avatar bhepple commented on July 19, 2024 1

Awesome! Remoing those flags did the trick:

-- CPM: adding package IODash@ (/home/bhepple/rpmbuild/BUILD/ydotool-0.2.0/x86_64-redhat-linux-gnu/IODash-0.1.0)
-- CPM: adding package libevdevPlus@ (/home/bhepple/rpmbuild/BUILD/ydotool-0.2.0/x86_64-redhat-linux-gnu/libevdevPlus-0.2.1)
-- CPM: adding package libuInputPlus@ (/home/bhepple/rpmbuild/BUILD/ydotool-0.2.0/x86_64-redhat-linux-gnu/libuInputPlus-0.2.1)
-- CPM: adding package cxxopts@ (/home/bhepple/rpmbuild/BUILD/ydotool-0.2.0/x86_64-redhat-linux-gnu/cxxopts-2d8e17c4f88efce80e274cb03eeb902e055a91d3)
-- cxxopts version 3.0.0

Now I can stumble on to the next one ...

Big thanks for the fast and helpful reply - I've been stuck for a couple of days now!!

from cpm.cmake.

TheLartians avatar TheLartians commented on July 19, 2024

It looks like you've enabled the flags -DCPM_USE_LOCAL_PACKAGES=YES and -DCPM_LOCAL_PACKAGES_ONLY=YES. This combination tells CPM.cmake to look for packages exclusively using the standard find_package command and error in case it isn't found. Therefore the flag CPM_IODash_SOURCE is not used, as it isn't consumed by find_package.
I would suggest either ensuring that all required dependencies are installed by the system package manager in a way that find_package can find them or to remove the -DCPM_LOCAL_PACKAGES_ONLY=YES flag and provide the source and location explicitly as you have done.

from cpm.cmake.

bhepple avatar bhepple commented on July 19, 2024

Can close this now.

from cpm.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.