We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what is wrong with me? [ windows10 mingw64 cmake3.31.4 ]
[cmake] -- Configuring done (26.5s) [cmake] CMake Error in lib/CMakeLists.txt: [cmake] Target "websockets" INTERFACE_INCLUDE_DIRECTORIES property contains path: [cmake] [cmake] "D:/SVN/trunk/IOTDevice/LinuxSrc/SampleClient/document/thirdlib/libwebsockets-main/3rd/include" [cmake] [cmake] which is prefixed in the source directory. [cmake] [cmake] [cmake] CMake Error in lib/CMakeLists.txt: [cmake] Target "websockets_shared" INTERFACE_INCLUDE_DIRECTORIES property contains [cmake] path: [cmake] [cmake] "D:/SVN/trunk/IOTDevice/LinuxSrc/SampleClient/document/thirdlib/libwebsockets-main/3rd/include" [cmake] [cmake] which is prefixed in the source directory.
The text was updated successfully, but these errors were encountered:
You should ask whoever provided whatever it is you're using that tried to compose lws, IIUI that's not a problem that exists in lws by itself.
Sorry, something went wrong.
No branches or pull requests
what is wrong with me? [ windows10 mingw64 cmake3.31.4 ]
[cmake] -- Configuring done (26.5s)
[cmake] CMake Error in lib/CMakeLists.txt:
[cmake] Target "websockets" INTERFACE_INCLUDE_DIRECTORIES property contains path:
[cmake]
[cmake] "D:/SVN/trunk/IOTDevice/LinuxSrc/SampleClient/document/thirdlib/libwebsockets-main/3rd/include"
[cmake]
[cmake] which is prefixed in the source directory.
[cmake]
[cmake]
[cmake] CMake Error in lib/CMakeLists.txt:
[cmake] Target "websockets_shared" INTERFACE_INCLUDE_DIRECTORIES property contains
[cmake] path:
[cmake]
[cmake] "D:/SVN/trunk/IOTDevice/LinuxSrc/SampleClient/document/thirdlib/libwebsockets-main/3rd/include"
[cmake]
[cmake] which is prefixed in the source directory.
The text was updated successfully, but these errors were encountered: