mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 21:59:10 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user