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
6a313829
Commit
6a313829
authored
Aug 24, 2001
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: fix complex test for old compilers
parent
d6aee2bc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
Tests/Complex/Executable/complex.cxx
Tests/Complex/Executable/complex.cxx
+1
-1
Tests/Complex/cmTestConfigure.h.in
Tests/Complex/cmTestConfigure.h.in
+3
-3
Tests/ComplexOneConfig/Executable/complex.cxx
Tests/ComplexOneConfig/Executable/complex.cxx
+1
-1
Tests/ComplexOneConfig/cmTestConfigure.h.in
Tests/ComplexOneConfig/cmTestConfigure.h.in
+3
-3
Tests/ComplexRelativePaths/Executable/complex.cxx
Tests/ComplexRelativePaths/Executable/complex.cxx
+1
-1
Tests/ComplexRelativePaths/cmTestConfigure.h.in
Tests/ComplexRelativePaths/cmTestConfigure.h.in
+3
-3
No files found.
Tests/Complex/Executable/complex.cxx
View file @
6a313829
...
...
@@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="")
passed
++
;
}
main
()
int
main
()
{
if
(
sharedFunction
()
!=
1
)
{
...
...
Tests/Complex/cmTestConfigure.h.in
View file @
6a313829
...
...
@@ -3,7 +3,7 @@
#define STRING_VAR "${STRING_VAR}"
#
undef
CMAKE_NO_STD_NAMESPACE
#
undef
CMAKE_NO_ANSI_STREAM_HEADERS
#
undef
CMAKE_NO_ANSI_FOR_SCOPE
#
cmakedefine
CMAKE_NO_STD_NAMESPACE
#
cmakedefine
CMAKE_NO_ANSI_STREAM_HEADERS
#
cmakedefine
CMAKE_NO_ANSI_FOR_SCOPE
Tests/ComplexOneConfig/Executable/complex.cxx
View file @
6a313829
...
...
@@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="")
passed
++
;
}
main
()
int
main
()
{
if
(
sharedFunction
()
!=
1
)
{
...
...
Tests/ComplexOneConfig/cmTestConfigure.h.in
View file @
6a313829
...
...
@@ -3,7 +3,7 @@
#define STRING_VAR "${STRING_VAR}"
#
undef
CMAKE_NO_STD_NAMESPACE
#
undef
CMAKE_NO_ANSI_STREAM_HEADERS
#
undef
CMAKE_NO_ANSI_FOR_SCOPE
#
cmakedefine
CMAKE_NO_STD_NAMESPACE
#
cmakedefine
CMAKE_NO_ANSI_STREAM_HEADERS
#
cmakedefine
CMAKE_NO_ANSI_FOR_SCOPE
Tests/ComplexRelativePaths/Executable/complex.cxx
View file @
6a313829
...
...
@@ -19,7 +19,7 @@ void Passed(const char* Message, const char* m2="")
passed
++
;
}
main
()
int
main
()
{
if
(
sharedFunction
()
!=
1
)
{
...
...
Tests/ComplexRelativePaths/cmTestConfigure.h.in
View file @
6a313829
...
...
@@ -3,7 +3,7 @@
#define STRING_VAR "${STRING_VAR}"
#
undef
CMAKE_NO_STD_NAMESPACE
#
undef
CMAKE_NO_ANSI_STREAM_HEADERS
#
undef
CMAKE_NO_ANSI_FOR_SCOPE
#
cmakedefine
CMAKE_NO_STD_NAMESPACE
#
cmakedefine
CMAKE_NO_ANSI_STREAM_HEADERS
#
cmakedefine
CMAKE_NO_ANSI_FOR_SCOPE
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