aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-11-13 17:00:13 +0000
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2019-11-13 17:00:13 +0000
commit104d6d9b4c6809e94bbe90910095afb3e1d82590 (patch)
tree30f2d4bebcbe4b9c1a5c6f4c5567c7306b1da568
parent44b4f1bf029740f06fb03081c3635a9906ef637c (diff)
CASA: remove unnecessary CASAConfig.h.in
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-rw-r--r--CASAConfig.h.in3
-rw-r--r--CMakeLists.txt2
2 files changed, 0 insertions, 5 deletions
diff --git a/CASAConfig.h.in b/CASAConfig.h.in
deleted file mode 100644
index a8512ac..0000000
--- a/CASAConfig.h.in
+++ /dev/null
@@ -1,3 +0,0 @@
-// the configured options and settings for Tutorial
-#define CASA_VERSION_MAJOR @CASA_VERSION_MAJOR@
-#define CASA_VERSION_MINOR @CASA_VERSION_MINOR@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2cc5e21..7e592e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,8 +15,6 @@ set(CASA_VERSION "CASA-${MAJOR_VERSION}.${MINOR_VERSION}-${PATCHLEVEL}")
# set the project name and version
project(CASA VERSION 1.0)
-configure_file(CASAConfig.h.in inc/CASAConfig.h)
-
if (NOT ARCH MATCHES "^(hexagon)")
message(FATAL_ERROR
"Please specify supported Architecture.\n")