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
This is a small question on building the fmt library. In my use case, fmt is included as a git submodule, and I would like to build and install fmt automatically along with the main project. Yet, the current fmt CMakefile would not allow me to do it because the MASTER_PROJECT variable in CMakeLists.txt is determined in the build time.
The solution would be straightforward: define a FMT_MASTER_PROJECT and check whether it is defined before setting it up. If you think it is worthwhile to have, I can submit a PR.
This is a small question on building the fmt library. In my use case, fmt is included as a git submodule, and I would like to build and install fmt automatically along with the main project. Yet, the current fmt CMakefile would not allow me to do it because the
MASTER_PROJECT
variable in CMakeLists.txt is determined in the build time.The solution would be straightforward: define a
FMT_MASTER_PROJECT
and check whether it is defined before setting it up. If you think it is worthwhile to have, I can submit a PR.The text was updated successfully, but these errors were encountered: