Skip to content
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

platform undefined/toolset {} message after connecting to CMake server #913

Closed
bobbrow opened this issue Nov 14, 2019 · 2 comments
Closed
Labels
Feature: configure fixed (release pending) fixed in pre-release and is pending official release

Comments

@bobbrow
Copy link
Member

bobbrow commented Nov 14, 2019

There were two warning messages -

[cms-client] Configuring using the "Unix Makefiles" CMake generator with plattform "undefined" and toolset {}
[cms-client] Configuring using the "Unix Makefiles" CMake generator with plattform "undefined" and toolset {}

Originally posted by @thomthom in #825 (comment)

@bobbrow
Copy link
Member Author

bobbrow commented Nov 14, 2019

Here's what I found out. platform (misspelled) corresponds to CMAKE_GENERATOR_PLATFORM and is not used by this generator. toolset corresponds to CMAKE_GENERATOR_TOOLSET and is also not used by this generator. I think we should update the message to exclude the optional values when they are not applicable.

@andreeis
Copy link
Contributor

andreeis commented Dec 3, 2019

CMake Tools 1.2.3 was published today and includes a fix for this issue. Let us know if you encounter any other problems.

@andreeis andreeis closed this as completed Dec 3, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature: configure fixed (release pending) fixed in pre-release and is pending official release
Projects
None yet
Development

No branches or pull requests

2 participants