Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
25cf2f43
Commit
25cf2f43
authored
Sep 22, 2009
by
Bill Hoffman
Browse files
Make sure KWSYS_DO_NOT_CLEAN_PUTENV is defined at bootstrap time for cmake in the bootstrap script.
parent
5195a664
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
25cf2f43
...
...
@@ -370,6 +370,7 @@ cmake_kwsys_config_replace_string ()
echo
"
${
APPEND
}
"
>
"
${
OUTFILE
}${
_tmp
}
"
cat
"
${
INFILE
}
"
|
sed
"/./ {s/
\@
KWSYS_NAMESPACE
\@
/cmsys/g;
s/@KWSYS_DO_NOT_CLEAN_PUTENV@/0/g;
s/@KWSYS_BUILD_SHARED@/
${
KWSYS_BUILD_SHARED
}
/g;
s/@KWSYS_LFS_AVAILABLE@/
${
KWSYS_LFS_AVAILABLE
}
/g;
s/@KWSYS_LFS_REQUESTED@/
${
KWSYS_LFS_REQUESTED
}
/g;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment