CMake/Tests/SwiftOnly
Brad King 601fe84bd1 Swift: Restore support for enabling with INTERFACE libraries
The check added in commit b06f4c8a74 (Swift: disallow WIN32_EXECUTABLE
properties, 2019-05-31, v3.15.0-rc1~9^2) makes sense only for
executables because the `WIN32_EXECUTABLE` property is defined only for
them.  Running the check on other target types, particularly those that
do not link such as INTERFACE libraries, violates internal assumptions.
In particular, `GetLinkerLanguage` should not be called on such targets.

Fixes: #19528
2019-07-29 15:24:29 -04:00
..
CMakeLists.txt Swift: Restore support for enabling with INTERFACE libraries 2019-07-29 15:24:29 -04:00
main.swift Swift: Use dump instead of println 2015-09-01 20:32:38 +02:00