From 624c116573ded8c3a2a01beb16b03cee71ad57bd Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Thu, 20 Oct 2022 12:01:49 +0200 Subject: [PATCH] Conform project's name to package's name --- FullSimLight/Plugins/Examples/UserActionPlugins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FullSimLight/Plugins/Examples/UserActionPlugins/CMakeLists.txt b/FullSimLight/Plugins/Examples/UserActionPlugins/CMakeLists.txt index a3ebdda28..73e5e7287 100644 --- a/FullSimLight/Plugins/Examples/UserActionPlugins/CMakeLists.txt +++ b/FullSimLight/Plugins/Examples/UserActionPlugins/CMakeLists.txt @@ -2,7 +2,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.1 ) -project( "FSLUserActionsPlugins" ) +project( "UserActionsPlugins" ) #Set up the project. Check if we build it with GeoModel or individually if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) -- GitLab