Skip to content
Snippets Groups Projects
Commit 83784ed1 authored by Rolf Eike Beer's avatar Rolf Eike Beer
Browse files

bootstrap: remove leftover empty variable dereference

This was missed in 9c0d1e75 when the for loop
that used this as loop variable was removed.
parent cab94b7c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment