mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
bootstrap: remove leftover empty variable dereference
This was missed in 9c0d1e7531 when the for loop
that used this as loop variable was removed.
This commit is contained in:
@@ -10,7 +10,7 @@ die() {
|
||||
cmake_extract_standard_flags()
|
||||
{
|
||||
sed -n "s/ *set *( *CMAKE_${2}${3}_EXTENSION_COMPILE_OPTION *\"\{0,1\}\([^\")]*\).*/\1/p" \
|
||||
"${file}" "${cmake_source_dir}/Modules/Compiler/"${1:-*}-${2}.cmake 2>/dev/null | tr ';' ' '
|
||||
"${cmake_source_dir}/Modules/Compiler/"${1:-*}-${2}.cmake 2>/dev/null | tr ';' ' '
|
||||
}
|
||||
|
||||
# Version number extraction function.
|
||||
|
||||
Reference in New Issue
Block a user