Brad King 56148fd2bc Do not crash on SHARED library without language (#13324)
Since commit e1409ac5 (Support building shared libraries or modules
without soname, 2012-04-22) CMake crashes on the code

 add_library(foo SHARED foo.nolang)

because the logic to lookup the language's soname flag was moved from
cmTarget::GetLibraryNames to cmMakefile::GetSONameFlag without its check
for a NULL language.  Restore the check for NULL.

Add RunCMake.Languages test to cover language error cases like this one.
2012-06-20 11:26:05 -04:00
..
2012-05-01 14:09:12 -04:00
2012-05-01 14:09:12 -04:00
2012-03-19 09:29:06 -04:00
2012-03-19 23:05:21 +01:00
2012-05-01 00:01:03 -04:00
2011-09-15 16:20:33 +02:00
2011-10-23 22:18:08 +02:00
2010-09-10 14:42:09 -04:00
2011-10-23 22:18:08 +02:00
2012-05-01 14:09:59 -04:00
2012-02-02 23:40:21 +00:00
2012-02-21 15:33:31 -05:00