Giter Club home page Giter Club logo

Comments (7)

jimsch avatar jimsch commented on July 29, 2024 1

Upgrading to 3.17 fixed the problem. Yes I would assume this is a 3.10 bug and we should upgrade the minimum version of cmake

from cose-c.

jimsch avatar jimsch commented on July 29, 2024

@gocarlos please look at this

from cose-c.

gocarlos avatar gocarlos commented on July 29, 2024

I’ll have a look in a few minutes

from cose-c.

gocarlos avatar gocarlos commented on July 29, 2024

are you on latest master?

from cose-c.

gocarlos avatar gocarlos commented on July 29, 2024

line 181 is not add_library, probably you local copy is in a broken state?

from cose-c.

jimsch avatar jimsch commented on July 29, 2024

I just killed everything. Recloned from the cose-wg version and now get the error on line 194

from cose-c.

gocarlos avatar gocarlos commented on July 29, 2024

I still cannot reproduce it, I'm using cmake version 3.13.3, though I can understand it can be a bug in older versions of cmake...

to fix the issue either:

  • upgrade cmake to latest -> pip install cmake --upgrade
  • replace cn-cbor::cn-cbor with cn-cbor in target_link_libraries and remove
  if(NOT TARGET cn-cbor::cn-cbor)
    add_library(cn-cbor::cn-cbor ALIAS cn-cbor)
  endif()

I think option 1 is better as with #88 cmake 3.13 would be the minimum (released 2 years ago already)

from cose-c.

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.