Skip to content

Commit 8d467bc

Browse files
author
Dilawar Singh
committed
Fixed path of VERSION file.
1 parent ea9886a commit 8d467bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moose-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ endif( )
4242
add_definitions( -DVERSION_MOOSE="${VERSION_MOOSE}")
4343

4444
# Write VERSION to a file VERSION so that setup.py can use it.
45-
set(VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}")
45+
set(VERSION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/VERSION")
4646
message(STATUS "Writing ${VERSION_MOOSE} to ${VERSION_FILE}" )
4747
file(WRITE ${VERSION_FILE} ${VERSION_MOOSE} )
4848

0 commit comments

Comments
 (0)