3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-02 11:25:29 +02:00

[version] Added version info to cmake, fix #61

This commit is contained in:
Priyanka Seth 2016-05-05 18:56:13 +02:00
parent ab265f83cb
commit 15789aa0d6

View File

@ -7,3 +7,7 @@ configure_file(${CMAKE_SOURCE_DIR}/cmake/sitecustomize.py ${CMAKE_CURRENT_BINARY
# make a local pytriqs copy
triqs_prepare_local_pytriqs(${python_destination})
# add version file
configure_file(version.py.in version.py)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/version.py DESTINATION ${TRIQS_PYTHON_LIB_DEST_ROOT}/${python_destination})