From be6e7176f99b13f9a0d6fe62909a84b3aa47c4b6 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Fri, 6 Jan 2017 13:24:39 +0530 Subject: [PATCH] Moved to cmake folder. --- CMakeLists.txt | 2 +- build_moose-core.sh.in => cmake/build_moose-core.sh.in | 0 moose-core/VERSION | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename build_moose-core.sh.in => cmake/build_moose-core.sh.in (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index cde54519..f073f747 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ file(MAKE_DIRECTORY ${PYMOOSE_BUILD_DIR}) # different platform. set(OUTPUT_MOOSEBIN ${PYMOOSE_BUILD_DIR}/moose.bin) -configure_file( ${CMAKE_SOURCE_DIR}/build_moose-core.sh.in +configure_file( ${CMAKE_SOURCE_DIR}/cmake/build_moose-core.sh.in ${CMAKE_BINARY_DIR}/build_moose-core.sh ) # Build pymoose module. diff --git a/build_moose-core.sh.in b/cmake/build_moose-core.sh.in similarity index 100% rename from build_moose-core.sh.in rename to cmake/build_moose-core.sh.in diff --git a/moose-core/VERSION b/moose-core/VERSION index 50e47c89..551e36ec 100644 --- a/moose-core/VERSION +++ b/moose-core/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.1-85-gd3d2929 \ No newline at end of file -- GitLab