We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having issues compiling using CMake (3.16).
CMake Error at CMakeLists.txt:397 (install): install TARGETS given unknown argument "FILE_SET".
This is from a freshly cloned repository, master branch.
My conjecture is that FILE_SET only gets defined for versions 3.28 and above, as per line 109.
FILE_SET
This change is quite fresh in master (from one hour ago) , in https://github.com/fmtlib/fmt/blob/master/CMakeLists.txt
It seems to have been introduced with cbb18c2
The text was updated successfully, but these errors were encountered:
I have exactly the same issue.
Sorry, something went wrong.
Fixed in 045b05d.
No branches or pull requests
I am having issues compiling using CMake (3.16).
This is from a freshly cloned repository, master branch.
My conjecture is that
FILE_SET
only gets defined for versions 3.28 and above, as per line 109.This change is quite fresh in master (from one hour ago) , in https://github.com/fmtlib/fmt/blob/master/CMakeLists.txt
It seems to have been introduced with cbb18c2
The text was updated successfully, but these errors were encountered: