From 75fc4e43e5033e7f3c1de600e34b2850597ad339 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Mon, 9 Dec 2024 09:30:57 +0000 Subject: [PATCH] Update version -> core_version. --- CMakeLists.txt | 2 +- include/aidge/aidge.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 349d40739..030f362ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,7 +179,7 @@ if(NOT $ENV{AIDGE_INSTALL} STREQUAL "") message(WARNING "CMAKE_INSTALL_PREFIX set to env variable AIDGE_INSTALL by default = ${CMAKE_INSTALL_PREFIX}") endif() -message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/version.h") +message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/core_version.h") # Generate version.h file from config file version.h.in configure_file( "${CMAKE_CURRENT_SOURCE_DIR}/include/aidge/version.h.in" diff --git a/include/aidge/aidge.hpp b/include/aidge/aidge.hpp index 2756d5ac7..f829ccf2d 100644 --- a/include/aidge/aidge.hpp +++ b/include/aidge/aidge.hpp @@ -11,7 +11,7 @@ #ifndef AIDGE_IMPORTS_H_ #define AIDGE_IMPORTS_H_ -#include "version.h" +#include "core_version.h" #include "aidge/backend/OperatorImpl.hpp" #include "aidge/backend/TensorImpl.hpp" -- GitLab