From cdbbf71ec298d81ca818d01956231839a2e6aa23 Mon Sep 17 00:00:00 2001 From: Francesco Giacomini <giaco at cnaf dot infn dot it> Date: Thu, 19 Oct 2017 10:41:42 +0200 Subject: [PATCH] CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf8405..35c9052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.4) -project(c++-memory-esc17 NONE) +project(cpp-esc17 NONE) include(UseLATEX.cmake) -add_latex_document(c++esc17.tex INPUTS frames.tex IMAGES by-sa.png wg21-timeline-2017-07b.png linuxClassicAddressSpaceLayout.png) +add_latex_document(cpp-esc17.tex INPUTS frames.tex IMAGES by-sa.png wg21-timeline-2017-07b.png) -- GitLab