diff --git a/OpenRoadEd/CMakeLists.txt b/OpenRoadEd/CMakeLists.txt
index 877a18e6624cb132e9733fc917e3ee779bb950e3..c9e1be4e53661e2baa04d049be20f9e0d666cef8 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