Make it explicit in CMake when installing NEST from source in a virtual environment #3344
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
When installing NEST from source in a virtual environment, CMake path options may inadvertently change the path settings of the virtual environment. See for example the following conversation on the NEST mailing list.
By introducing a new CMake option (e.g.,
-Dvirtual-env=ON/OFF
) to indicates an installation in a virtual environment, CMake could detect and ignore invalid path settings.The text was updated successfully, but these errors were encountered: