Replies: 2 comments
-
| put keyword  TARGET_LINK_LIBRARIES(<target> PRIVATE <lib2linkagainst>) | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Thanks for the suggestion, I'm aware that the same signatures work. However, I have two distinct third party projects using conflicting signatures. Hence, it's not my code and I can't easily modify it, which lead to the discussion here. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
we recently revived an older project using still pybin11 v1.8.1 and updated the pybind11 version in a first step. Doing so, we ran into the following issue
which results from the fact that the signature of
TARGET_LINK_LIBRARIESwas changed. I can easily change the signature in the respective CMake file, but there are other dependencies using macros with a different signature so that I cannot easily change the signature in all relevant places. Is it possible to use pybind11 without the keyword signature or are you aware of any other way around this issue?FYI @renefritze
Beta Was this translation helpful? Give feedback.
All reactions