mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 15:19:56 -06:00
Fixing failing tests caused by introduction of new policy + warning when the policy is not set.
6 lines
139 B
CMake
6 lines
139 B
CMake
cmake_policy(SET CMP0157 NEW)
|
|
enable_language(Swift)
|
|
add_executable(E E.swift)
|
|
set_target_properties(E PROPERTIES
|
|
WIN32_EXECUTABLE TRUE)
|