| author | |
| committer | |
| log | 547ba8eb203fa84d207eb38d8d64c0f7f3162101 |
| tree | e351fe776ef57b4afafb0ee57c58aea250179828 |
| parent | aec4967f36d16cfee43529bd341300f5f77af34a |
| parent | 9cc593ca78134ab391a0c9b671a0870740047896 |
| signature |
cmake: address new warnings from cmake-3.173 files changed, 3 insertions(+), 3 deletions(-)
cmake/Findclang.cmake+1-1| ... | ... | @@ -56,6 +56,6 @@ FIND_AND_ADD_CLANG_LIB(clangCrossTU) |
| 56 | 56 | FIND_AND_ADD_CLANG_LIB(clangIndex) |
| 57 | 57 | |
| 58 | 58 | include(FindPackageHandleStandardArgs) |
| 59 | find_package_handle_standard_args(CLANG DEFAULT_MSG CLANG_LIBRARIES CLANG_INCLUDE_DIRS) | |
| 59 | find_package_handle_standard_args(clang DEFAULT_MSG CLANG_LIBRARIES CLANG_INCLUDE_DIRS) | |
| 60 | 60 | |
| 61 | 61 | mark_as_advanced(CLANG_INCLUDE_DIRS CLANG_LIBRARIES CLANG_LIBDIRS) |
cmake/Findlld.cmake+1-1| ... | ... | @@ -47,6 +47,6 @@ else() |
| 47 | 47 | endif() |
| 48 | 48 | |
| 49 | 49 | include(FindPackageHandleStandardArgs) |
| 50 | find_package_handle_standard_args(LLD DEFAULT_MSG LLD_LIBRARIES LLD_INCLUDE_DIRS) | |
| 50 | find_package_handle_standard_args(lld DEFAULT_MSG LLD_LIBRARIES LLD_INCLUDE_DIRS) | |
| 51 | 51 | |
| 52 | 52 | mark_as_advanced(LLD_INCLUDE_DIRS LLD_LIBRARIES) |
cmake/Findllvm.cmake+1-1| ... | ... | @@ -120,6 +120,6 @@ link_directories("${CMAKE_PREFIX_PATH}/lib") |
| 120 | 120 | link_directories("${LLVM_LIBDIRS}") |
| 121 | 121 | |
| 122 | 122 | include(FindPackageHandleStandardArgs) |
| 123 | find_package_handle_standard_args(LLVM DEFAULT_MSG LLVM_LIBRARIES LLVM_INCLUDE_DIRS) | |
| 123 | find_package_handle_standard_args(llvm DEFAULT_MSG LLVM_LIBRARIES LLVM_INCLUDE_DIRS) | |
| 124 | 124 | |
| 125 | 125 | mark_as_advanced(LLVM_INCLUDE_DIRS LLVM_LIBRARIES LLVM_LIBDIRS) |