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
I'm not sure which version of cmake added this support but it seems to be improved from the last time I looked. Flipping through the versions of the documentation, it looks like maybe version 3.18 added it? 3.18.0 was July 2020 and 3.18.5 was Feb 2021.
We might be able to remove the special conda stuff in the cmake files...
The text was updated successfully, but these errors were encountered:
map/sparta/cmake/sparta-config.cmake
Lines 129 to 141 in ee08219
Thought it was interesting that https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_PREFIX_PATH.html#variable:CMAKE_SYSTEM_PREFIX_PATH for version 3.29 says
ENV{CONDA_PREFIX}
will be included inCMAKE_SYSTEM_PREFIX_PATH
when using a conda compiler.I'm not sure which version of cmake added this support but it seems to be improved from the last time I looked. Flipping through the versions of the documentation, it looks like maybe version 3.18 added it? 3.18.0 was July 2020 and 3.18.5 was Feb 2021.
We might be able to remove the special conda stuff in the cmake files...
The text was updated successfully, but these errors were encountered: