Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0fab7257 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Check Intel and OS versions on MacOS X

parents 2b2fe732 1d33f510
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required (VERSION 2.8.3 FATAL_ERROR)
cmake_policy(SET CMP0022 OLD)
if(CMAKE_MAJOR_VERSION GREATER 1 AND CMAKE_MINOR_VERSION GREATER 7 AND CMAKE_PATCH_VERSION GREATER 11)
cmake_policy(SET CMP0022 OLD)
endif()
cmake_policy(SET CMP0004 OLD)
# check if compiling into source directories
STRING(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment