mirror of https://gitee.com/bigwinds/arangodb
fix license / readme filenames
This commit is contained in:
parent
e1b97a2d24
commit
34f04a56e2
|
@ -74,9 +74,9 @@ macro (install_readme input output)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
set(CRLFSTYLE "CRLF")
|
set(CRLFSTYLE "CRLF")
|
||||||
endif ()
|
endif ()
|
||||||
configure_file(${PROJECT_SOURCE_DIR}/${input} "${PROJECT_BINARY_DIR}/${input}" NEWLINE_STYLE ${CRLFSTYLE})
|
configure_file(${PROJECT_SOURCE_DIR}/${input} "${PROJECT_BINARY_DIR}/${output}" NEWLINE_STYLE ${CRLFSTYLE})
|
||||||
install(
|
install(
|
||||||
FILES "${PROJECT_BINARY_DIR}/${input}"
|
FILES "${PROJECT_BINARY_DIR}/${output}"
|
||||||
DESTINATION "${where}"
|
DESTINATION "${where}"
|
||||||
)
|
)
|
||||||
endmacro ()
|
endmacro ()
|
||||||
|
|
Loading…
Reference in New Issue