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
It seems that at some point the file FindMSGFMT.cmake was introduced to deal with the .PO localisation files. Now CMake provides FindGettext which seems to be doing the same.
We should always try to use the module provides by CMake since they are maintained by the community.
The text was updated successfully, but these errors were encountered:
This is related with #527.
It seems that at some point the file
FindMSGFMT.cmake
was introduced to deal with the .PO localisation files. Now CMake providesFindGettext
which seems to be doing the same.We should always try to use the module provides by CMake since they are maintained by the community.
The text was updated successfully, but these errors were encountered: