Skip to content
Snippets Groups Projects
Commit 75fc4e43 authored by Cyril Moineau's avatar Cyril Moineau Committed by Maxence Naud
Browse files

Update version -> core_version.

parent 801d4494
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!277Remove scm
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment