Skip to content
Snippets Groups Projects
Commit b9987005 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

This is a test commit with test modification

parent 945d4509
No related branches found
No related tags found
No related merge requests found
# Pre-requisites about cmake itself # Pre-requisites about cmake itself
CMAKE_MINIMUM_REQUIRED(VERSION 2.6) CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
#THIS IS A TEST MODIFICATION
if(COMMAND cmake_policy) if(COMMAND cmake_policy)
cmake_policy(SET CMP0005 NEW) cmake_policy(SET CMP0005 NEW)
cmake_policy(SET CMP0003 NEW) cmake_policy(SET CMP0003 NEW)
......
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