Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fred Wright
CMake
Commits
dbbe605e
Commit
dbbe605e
authored
Jul 26, 2006
by
Bill Hoffman
Browse files
ENH: put back so it works on hp
parent
cc217347
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
dbbe605e
...
...
@@ -537,10 +537,10 @@ fi
TMPFILE
=
`
cmake_tmp_file
`
cat
>
"
${
TMPFILE
}
.c"
<<
EOF
#include<stdio.h>
int main(
int argc, char* argv[]
)
int main()
{
printf("
%d
\n
"
, (argv != 0)
);
return
argc-1
;
printf("
1
\n
");
return
0
;
}
EOF
for
a
in
${
cmake_c_compilers
}
;
do
...
...
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