From 462dc30fd1aaf09b19ed5d3d1e91588116115df8 Mon Sep 17 00:00:00 2001 From: Anselme Date: Wed, 11 Oct 2017 15:41:58 +0200 Subject: [PATCH] removed BOM character from CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16dad1f..b07f2e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project(imgui) +project(imgui) cmake_minimum_required(VERSION 2.8) # choose source file