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

Add support to Visual Studio generators in setup.py #201

Merged
merged 2 commits into from
Jul 20, 2022
Merged

Add support to Visual Studio generators in setup.py #201

merged 2 commits into from
Jul 20, 2022

Conversation

ririko-nakamura
Copy link
Contributor

As issue #199 said, install directly by invoking

python setup.py build

in Windows will end up with 'Unknown switch' error, due to mismatch between the build args between
different tool chains.

A automatical build args selector is implemented by identifying the generator based on the content of
{BUILD_DIR}/CMakeCache.txt.

@andrewssobral andrewssobral merged commit b477da6 into andrewssobral:master Jul 20, 2022
KhanMechAI pushed a commit to KhanMechAI/bgslibrary that referenced this pull request Mar 1, 2023
* Add support to Visual Studio generators in setup.py

* Modifies generator identification pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants