Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
0e473914
Commit
0e473914
authored
Apr 17, 2019
by
Brad King
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bootstrap: Update for new KWSys configuration option
parent
fb15c275
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bootstrap
bootstrap
+2
-0
No files found.
bootstrap
View file @
0e473914
...
...
@@ -685,6 +685,7 @@ cmake_kwsys_config_replace_string ()
s/@KWSYS_NAME_IS_KWSYS@/
${
KWSYS_NAME_IS_KWSYS
}
/g;
s/@KWSYS_STL_HAS_WSTRING@/
${
KWSYS_STL_HAS_WSTRING
}
/g;
s/@KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H@/
${
KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H
}
/g;
s/@KWSYS_SYSTEMTOOLS_USE_TRANSLATION_MAP@/
${
KWSYS_SYSTEMTOOLS_USE_TRANSLATION_MAP
}
/g;
}"
"
${
INFILE
}
"
>>
"
${
OUTFILE
}${
_tmp
}
"
if
[
-f
"
${
OUTFILE
}${
_tmp
}
"
]
;
then
if
"
${
_diff
}
"
"
${
OUTFILE
}
"
"
${
OUTFILE
}${
_tmp
}
"
>
/dev/null 2> /dev/null
;
then
...
...
@@ -1217,6 +1218,7 @@ KWSYS_CXX_HAS_UNSETENV=0
KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H
=
0
KWSYS_CXX_HAS_UTIMENSAT
=
0
KWSYS_CXX_HAS_UTIMES
=
0
KWSYS_SYSTEMTOOLS_USE_TRANSLATION_MAP
=
1
if
cmake_try_run
"
${
cmake_cxx_compiler
}
"
\
"
${
cmake_cxx_flags
}
-DTEST_KWSYS_CXX_HAS_SETENV"
\
...
...
Brad King
@brad.king
mentioned in commit
52ef2186
·
Apr 18, 2019
mentioned in commit
52ef2186
mentioned in commit 52ef218664ff3bb4c162cf9e722756a22e6dc2e3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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