Skip to content
Snippets Groups Projects
Commit c8cfbdb3 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the cmake project name to avoid a warning.

parent 1b85763f
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8) # this version is a guess
project(OpenRoadEd)
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW) # explicitly request new style for passing relative and absolute paths to linker
......
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