diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/complex.cxx')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/complex.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx index 067bf66..7ad9997 100644 --- a/Tests/ComplexRelativePaths/Executable/complex.cxx +++ b/Tests/ComplexRelativePaths/Executable/complex.cxx @@ -15,6 +15,9 @@ extern "C" { int cm_passed = 0; int cm_failed = 0; +#ifndef CMAKE_IS_REALLY_FUN +This is a problem. Looks like ADD_DEFINITIONS and REMOVE_DEFINITIONS does not work +#endif // Here is a stupid function that tries to use std::string methods // so that the dec cxx compiler will instantiate the stuff that // we are using from the CMakeLib library.... |