NWChemEx / Utilities

Generic, helpful C++ classes
https://nwchemex.github.io/Utilities/
Apache License 2.0
0 stars 1 forks source link

CMake Get Versions Before CMaize #139

Closed jwaldrop107 closed 10 months ago

jwaldrop107 commented 10 months ago

PR Type

Brief Description NWChemEx/NWXCMake#38 moved the CMaize version out of the get_cmaize function and into nwx_versions. This means that nwx_versions needs to be included in CMakeLists.txt before get_cmaize, which is what this patch does.

Not In Scope

PR Checklist

yzhang-23 commented 10 months ago

Find the issue in other repos like TensorWrapper. We will also have to change the order of include(get_cmaize) and include(nwx_versions) in other repos.

ryanmrichard commented 10 months ago

🚀 [bumpr] Bumped! New version:v0.1.15 Changes:v0.1.14...v0.1.15