You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If xeus and its dependencies are installed in non standard location, xeus-cpp needs to be aware of the related include directories to be able to process xcpp extensions correctly.
I think this needs to be addressed as it was done for xeus-cling
This change:
1. Replaces compile-time XEUS_SEARCH_PATH define with runtime environment variable
2. Removes CMake definition to eliminate redefinition warnings
3. Adds test to verify non-standard include path functionality
4. Makes include path configuration more flexible (can be changed without recompiling)
Resolvescompiler-research#175
If xeus and its dependencies are installed in non standard location, xeus-cpp needs to be aware of the related include directories to be able to process xcpp extensions correctly.
I think this needs to be addressed as it was done for xeus-cling
The text was updated successfully, but these errors were encountered: