From 1f2f255465f4361abba07dda91ed55919348129c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Lang=C3=B3?= Date: Thu, 9 Feb 2017 14:49:09 +0100 Subject: [PATCH] Fix CMakeLists.txt in jerry-main. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com --- jerry-main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jerry-main/CMakeLists.txt b/jerry-main/CMakeLists.txt index e03ebd6b19..b66982f130 100644 --- a/jerry-main/CMakeLists.txt +++ b/jerry-main/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. cmake_minimum_required (VERSION 2.8.12) -project (${JERRY_NAME} C) +project (jerry-main C) # Optional build settings set(ENABLE_LINK_MAP OFF CACHE BOOL "Enable generating a link map file?")