From 8501262650150c547e4aa6dbaff204e476ab6e41 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 13 Oct 2022 16:19:37 +0200 Subject: [PATCH] build(templates): Switch to `PROJECT_` prefix --- templates/project_root_containers/CMakeLists.txt | 2 +- templates/project_stl_containers/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/project_root_containers/CMakeLists.txt b/templates/project_root_containers/CMakeLists.txt index 1f6bff175f..fedbcb5817 100644 --- a/templates/project_root_containers/CMakeLists.txt +++ b/templates/project_root_containers/CMakeLists.txt @@ -128,7 +128,7 @@ find_package2_implicit_dependencies() # Defines all basic include directories from fairbase SetBasicVariables() -set(FAIRROOT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}") +set(PROJECT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}") SET(_LIBDIR ${CMAKE_BINARY_DIR}/lib) SET(LD_LIBRARY_PATH ${_LIBDIR} ${LD_LIBRARY_PATH}) diff --git a/templates/project_stl_containers/CMakeLists.txt b/templates/project_stl_containers/CMakeLists.txt index 1f6bff175f..fedbcb5817 100644 --- a/templates/project_stl_containers/CMakeLists.txt +++ b/templates/project_stl_containers/CMakeLists.txt @@ -128,7 +128,7 @@ find_package2_implicit_dependencies() # Defines all basic include directories from fairbase SetBasicVariables() -set(FAIRROOT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}") +set(PROJECT_LIBRARY_PROPERTIES VERSION "${PROJECT_VERSION}") SET(_LIBDIR ${CMAKE_BINARY_DIR}/lib) SET(LD_LIBRARY_PATH ${_LIBDIR} ${LD_LIBRARY_PATH})