-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't link wpcap.lib when using SOEM with cmake fetch_content #785
Comments
I have submitted a pull request to solve this problem. #786 |
i believe I am hitting this same issue as part of my project that attempt to use https://github.com/kj4tmp/pyecm
|
I was able to implement the following workaround by adding the following to my
SOEM is a git submodule at WARNING: I am not a cmake expert |
MSVC is unable to link
wpcap.lib
when using this repository as a sub-project via the CMakefetch_content
module. The error message is as follows:This issue may be related to the following lines in the CMakeLists.txt file:
SOEM/CMakeLists.txt
Lines 25 to 30 in 1817b8b
It appears that the directory is not being passed to the parent project.
The text was updated successfully, but these errors were encountered: