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
After #3998 fetching fmt with CMake fails with the following error:
CMake Error at build_/_deps/fmt-src/CMakeLists.txt:407 (install): install TARGETS given unknown argument "FILE_SET".
CMake section to reproduce
FetchContent_Declare(fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git GIT_TAG master ) FetchContent_MakeAvailable(fmt)
The text was updated successfully, but these errors were encountered:
I think we should guard FILE_SET with a CMake version check. cc @yujincheng08.
Sorry, something went wrong.
Same here. This came from a build bot using cmake 3.22.1-g37088a8.
CMake Error at externals/fmt/CMakeLists.txt:407 (install): install TARGETS given unknown argument "FILE_SET".
FILE_SET
Successfully merging a pull request may close this issue.
After #3998 fetching fmt with CMake fails with the following error:
CMake section to reproduce
The text was updated successfully, but these errors were encountered: