From 7bef269a059a3341a986a1a6f2a3dcfbf60954bf Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Sat, 22 Apr 2017 09:00:09 +0530
Subject: [PATCH] Do not copy VERSION file for python. Lets find a better and
 more portable solution.

---
 moose-core/pymoose/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/moose-core/pymoose/CMakeLists.txt b/moose-core/pymoose/CMakeLists.txt
index af4e8e74..cd7de488 100644
--- a/moose-core/pymoose/CMakeLists.txt
+++ b/moose-core/pymoose/CMakeLists.txt
@@ -93,8 +93,6 @@ endif(MACOSX)
 add_custom_target(copy_python_files ALL
     COMMAND ${CMAKE_COMMAND} -E copy_directory
         ${CMAKE_SOURCE_DIR}/python ${CMAKE_BINARY_DIR}/python
-    COMMAND ${CMAKE_COMMAND} -E copy 
-        ${CMAKE_SOURCE_DIR}/VERSION ${CMAKE_BINARY_DIR}/VERSION 
     COMMENT "Copying required python files and other files to build directory"
     VERBATIM
     )
-- 
GitLab