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

Change name version.h -> core_version.h to avoid collision name when copying in install folder.

parent 7252df0d
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!277Remove scm
...@@ -183,7 +183,7 @@ message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/version.h") ...@@ -183,7 +183,7 @@ message(STATUS "Creating ${CMAKE_INSTALL_PREFIX}/include/aidge/version.h")
# Generate version.h file from config file version.h.in # Generate version.h file from config file version.h.in
configure_file( configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/include/aidge/version.h.in" "${CMAKE_CURRENT_SOURCE_DIR}/include/aidge/version.h.in"
"${CMAKE_INSTALL_PREFIX}/include/aidge/version.h" "${CMAKE_INSTALL_PREFIX}/include/aidge/core_version.h"
) )
include(GNUInstallDirs) include(GNUInstallDirs)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define AIDGE_UTILS_SYS_INFO_CORE_VERSION_INFO_H #define AIDGE_UTILS_SYS_INFO_CORE_VERSION_INFO_H
#include "aidge/utils/Log.hpp" #include "aidge/utils/Log.hpp"
#include "aidge/version.h" #include "aidge/core_version.h"
namespace Aidge { namespace Aidge {
......
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