mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 18:29:55 +00:00
Give git-version its name back
This commit is contained in:
parent
42c7fc8e92
commit
93a84b38ac
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ set (VERSION_CPP_FILE "components/version/version.cpp")
|
|||
|
||||
if (GIT_CHECKOUT)
|
||||
get_generator_is_multi_config(multi_config)
|
||||
add_custom_target (
|
||||
add_custom_target (get-version
|
||||
BYPRODUCTS "${OpenMW_BINARY_DIR}/${VERSION_CPP_FILE}"
|
||||
DEPENDS "${OpenMW_SOURCE_DIR}/${VERSION_CPP_FILE}.in"
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
|
|
Loading…
Reference in a new issue