-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
some examples not support cross platform like windows #52
Comments
Thank you for this. I have the same issue. |
Thanks for the info. I haven't used cmake on windows and don't have a windows PC to be able to re-test things. If someone wants to take the time to update the docs and / or code with tests on windows, then I can review and merge them. |
CTest return false in windows, may be you can use workflow to test it in windows |
when I learn 01-basic/e-installing part, the compiler cl.exe find for **.lib not **.dll
and I google some resolutions for it below
set(cmake_windows_export_all_symbols on)
after writing that line, I can compile correctly.
so do those examples consider cross platform issues?
and thank you for this wonderful repository to us to learn CMake!
The text was updated successfully, but these errors were encountered: