If BUILD_TESTING is off in CMake, mitkTestingConfig.h cannot be found while compiling Modules/SceneSerialization/CMakeFiles/SceneSerialization.dir/Testing/mitkSceneIOTest.cpp.o
Description
Description
Event Timeline
Comment Actions
The SceneSerialization and SceneSerializationBase modules glob recursively cpp files and hence compile test code into their libraries.
Recursive globbing is dangerous and should be avoided.
Comment Actions
[797ef9]: Merge branch 'bug-7037-compile-error-build-testing-off'
- bug-7037-co
Merged commits:
2011-03-19 13:08:31 Sascha Zelzer [e38c77]
Don't glob source files recursively