mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|