Skip to content
Snippets Groups Projects
Commit 0d1f63ec authored by John Kessenich's avatar John Kessenich Committed by GitHub
Browse files

Merge pull request #1097 from SWIFTingAround/master

Set cmake-policy CMP0048 to NEW
parents ad2bc097 aab00012
No related branches found
No related tags found
No related merge requests found
# increase to 3.1 once all major distributions
# include a version of CMake >= 3.1
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Adhere to GNU filesystem layout conventions
......
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