scripted-diff: Rename CMake helper module

-BEGIN VERIFY SCRIPT-
git mv cmake/module/CheckSourceCompilesAndLinks.cmake cmake/module/CheckSourceCompilesWithFlags.cmake
sed -i 's|\<CheckSourceCompilesAndLinks\>|CheckSourceCompilesWithFlags|g' $(git grep -l 'CheckSourceCompilesAndLinks')
-END VERIFY SCRIPT-
This commit is contained in:
Hennadii Stepanov
2025-02-20 12:39:20 +00:00
parent 8d238c1dfd
commit ea929c0848
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://opensource.org/license/mit/.
include(CheckSourceCompilesAndLinks)
include(CheckSourceCompilesWithFlags)
# Check for clmul instructions support.
if(MSVC)