diff --git a/CMakeLists.txt b/CMakeLists.txt index cde54519bb36923d7edd923cfcc00f82369e910a..f073f74719e6ce6ff99d331050e371112da30883 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 50e47c89cafc3ec95774b3110a3dba45256d0b24..551e36ec69054289053164f0db1c2f4296eb0f81 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