Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,686
Issues
2,686
List
Boards
Labels
Milestones
Merge Requests
23
Merge Requests
23
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
3b5ce4b8
Commit
3b5ce4b8
authored
Aug 27, 2001
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
152fccf8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2556 additions
and
5982 deletions
+2556
-5982
Source/cmUnixMakefileGenerator.cxx
Source/cmUnixMakefileGenerator.cxx
+2
-2
Templates/configure
Templates/configure
+1782
-3728
configure
configure
+772
-2252
No files found.
Source/cmUnixMakefileGenerator.cxx
View file @
3b5ce4b8
...
...
@@ -1374,10 +1374,10 @@ void cmUnixMakefileGenerator::ComputeSystemInfo()
{
std
::
string
env
=
"CXX=${CMAKE_CXX_COMPILER}"
;
m_Makefile
->
ExpandVariablesInString
(
env
);
putenv
(
env
.
c_str
(
));
putenv
(
const_cast
<
char
*>
(
env
.
c_str
()
));
env
=
"CC=${CMAKE_C_COMPILER}"
;
m_Makefile
->
ExpandVariablesInString
(
env
);
putenv
(
env
.
c_str
(
));
putenv
(
const_cast
<
char
*>
(
env
.
c_str
()
));
}
// currently we run configure shell script here to determine the info
...
...
Templates/configure
View file @
3b5ce4b8
This diff is collapsed.
Click to expand it.
configure
View file @
3b5ce4b8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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