diff --git a/cmake/ComplexVersion.cpp.in b/cmake/ComplexVersion.cpp.in index fa585ea769..868f394172 100644 --- a/cmake/ComplexVersion.cpp.in +++ b/cmake/ComplexVersion.cpp.in @@ -1,6 +1,6 @@ /*-------------------------------------------------------------------------- * This file is autogenerated from: - * @CMAKE_CURRENT_LIST_DIR@/DREAM3DVersion.cpp.in + * @CMAKE_CURRENT_LIST_DIR@/ComplexVersion.cpp.in * during the cmake configuration of your project. If you need to make changes, * edit the original file NOT THIS FILE. * --------------------------------------------------------------------------*/ diff --git a/cmake/ComplexVersion.h.in b/cmake/ComplexVersion.h.in deleted file mode 100644 index 31ad1f83b6..0000000000 --- a/cmake/ComplexVersion.h.in +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Since we are only using this to print versions in the files a lot of functionality from the main applications version is not necessary -#define COMPLEX_PACKAGE_COMPLETE "Complex Version @complex_VERSION_MAJOR@.@complex_VERSION_MINOR@.@complex_VERSION_PATCH@" -#define COMPLEX_VERSION_COMPLETE "@complex_VERSION_MAJOR@.@complex_VERSION_MINOR@.@complex_VERSION_PATCH@" -#define COMPLEX_VERSION_MAJOR "@complex_VERSION_MAJOR@" -#define COMPLEX_VERSION_MINOR "@complex_VERSION_MINOR@" -#define COMPLEX_VERSION_PATCH "@complex_VERSION_PATCH@"