Skip to content
Snippets Groups Projects
Commit cbe21768 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'enable_language-CMP0126'


078ba4b2 Swift: Update test case to try CMP0126 NEW behavior

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6375
parents 5b876549 078ba4b2
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.3)
if(POLICY CMP0126)
cmake_policy(SET CMP0126 NEW)
endif()
# NOTE: Force the Release mode configuration as there are some issues with the
# debug information handling on macOS on certain Xcode builds.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment