Skip to content
Snippets Groups Projects
Commit d6fb5ba4 authored by Janis Born's avatar Janis Born
Browse files

try POLICY CMP0025 to fix C++11 on Mac

parent b785a262
No related branches found
No related tags found
No related merge requests found
Pipeline #
cmake_minimum_required(VERSION 3.1.0)
# Fix behavior of CMAKE_CXX_STANDARD when targeting macOS.
if (POLICY CMP0025)
cmake_policy(SET CMP0025 NEW)
endif ()
project(openmesh)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment