Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Haase
c96a15b46c Bugfix in FindASan.cmake 2016-02-15 05:13:36 +01:00
Alexander Haase
d81be39678 Bugfix in FindASan.cmake. 2016-01-28 19:17:07 +01:00
Alexander Haase
f62b5858ac Compile flags will now be set per-source file.
Thus C can be mixed with Fortran and the objects can be build with different
compilers, not both may support AddressSanitizer.
2016-01-28 17:41:24 +01:00
Alexander Haase
c29aa33f11 Check ASan support for all enabled compilers.
Instead of fix checking for C and CXX compilers, all enabled languages will be
tested now.
2016-01-28 17:31:31 +01:00
Alexander Haase
e39082050c Removed continue statement in FindASan.cmake
Older CMake versions are not capable of continue in foreach functions.
2015-11-19 16:38:53 +01:00
Alexander Haase
41e635c9ca Restructured code of FindASan.cmake 2015-11-19 14:14:13 +01:00
Alexander Haase
4fd453301a Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00