From 05d3753ed139c977c17ee297b90cd1fc45c0c7fb Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Tue, 6 Aug 2019 14:23:43 +0800 Subject: [PATCH] rename project name to CEPCSW to avoid the dash in the middle. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96496488..afa6f8d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,5 +2,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) find_package(GaudiProject) -gaudi_project(cepc-offline HEAD +gaudi_project(CEPCSW HEAD USE Gaudi v29r2 ) \ No newline at end of file -- GitLab