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
When i install it with document on windows 11
git clone https://github.com/stereolabs/zed-gstreamer.git cd zed-gstreamer mkdir build cd build cmake -G "Visual Studio 16 2019" .. cmake --build . --target INSTALL --config Release
And i will get this result
cl command error D8021Invalid numeric argument '/Werror=return-type
1.install it with any windows computer
when i remove "add_definitions(-Werror=return-type)" with all cmakelist. it will install sussces on windows
cl command error D8021Invalid numeric argument '/Werror=return-type'
ZED2i
OS:windows 11 host:rog-zephyrus-g14-2024 GPU:RTX4060
Can you fix the issue with '/Werror=return-type' encountered in the CMakeLists with windows system?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preliminary Checks
Description
When i install it with document on windows 11
And i will get this result
cl command error D8021Invalid numeric argument '/Werror=return-type
Steps to Reproduce
1.install it with any windows computer
Expected Result
when i remove "add_definitions(-Werror=return-type)" with all cmakelist.
it will install sussces on windows
Actual Result
cl command error D8021Invalid numeric argument '/Werror=return-type'
ZED Camera model
ZED2i
Environment
Anything else?
Can you fix the issue with '/Werror=return-type' encountered in the CMakeLists with windows system?
The text was updated successfully, but these errors were encountered: