diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-06-04 00:01:18 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-06-20 01:16:20 +0200 |
commit | da1af58e029b9ec31c05561cc11c227ff2d992d8 (patch) | |
tree | 0b7a577f738b1c23688c54f4a4fe5d6608b17da6 /dep/fmt | |
parent | 924be20642a2fc5adb8ff6c3d6def78aacd5ed1b (diff) |
Build: Moved CheckSymbolExists include to correct file
(cherry picked from commit 18fd59d965694b5cd0f62c011875a5d8beaac7e2)
Diffstat (limited to 'dep/fmt')
-rw-r--r-- | dep/fmt/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/fmt/CMakeLists.txt b/dep/fmt/CMakeLists.txt index 176d23058b5..fc9b1f79134 100644 --- a/dep/fmt/CMakeLists.txt +++ b/dep/fmt/CMakeLists.txt @@ -8,8 +8,6 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -include(CheckSymbolExists) - set(FMT_HEADERS include/fmt/args.h include/fmt/chrono.h |