-
Notifications
You must be signed in to change notification settings - Fork 23
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
In a YCM superbuild, CMAKE_GENERATOR_PLATFORM is not propagated correctly to subproject #177
Comments
Related to #50 . |
This will probably be an hard requirement to support Visual Studio 2019 : https://gitlab.kitware.com/cmake/cmake/merge_requests/2711#note_493161 .
|
@traversaro Is this fixed by #188? |
Yes. |
@Nicogene you had a related problem, right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I configure a superbuild as:
The subprojects will use the Win32 (i.e. x86 32-bit) platform generator, instead of the x64 (i.e. amd64 64-bit).
Everything works fine (the subprojects build for 64-bit) if I use the old-style generators names:
I guess that his related to the fact that YCM uses an outdated ExternalProject fork, for which for example this commit is missing: :https://gitlab.kitware.com/cmake/cmake/commit/6944997bd6aa69fdf88f8e4e154e68d57195b20b .
The text was updated successfully, but these errors were encountered: