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

VS path environment variables now correctly evaluated #156

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

keon94
Copy link

@keon94 keon94 commented Jan 5, 2025

If the proj files reference header-file directory paths set by environment variables (e.g. $(foo_dir)), the current code does not correctly evaluate those directories in the final CMake file and throws a bunch of warnings saying getting actual filesystem name failed. This solution fixes that problem - already tested on one Visual Studio project successfully and compiled it with CLion.

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.

1 participant