Skip to content
Snippets Groups Projects
Commit 7bef269a authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Do not copy VERSION file for python. Lets find a better and more

portable solution.
parent 2ebd41f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment