From c8cfbdb36a837c41951b0527c7fbf53a0f0dd118 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Tue, 22 Sep 2020 09:03:06 +0200 Subject: [PATCH] Added the cmake project name to avoid a warning. --- OpenRoadEd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRoadEd/CMakeLists.txt b/OpenRoadEd/CMakeLists.txt index 877a18e..c9e1be4 100644 --- a/OpenRoadEd/CMakeLists.txt +++ b/OpenRoadEd/CMakeLists.txt @@ -1,4 +1,5 @@ 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 -- GitLab