mirror of https://gitee.com/bigwinds/arangodb
fix the location for README and LICENSE
This commit is contained in:
parent
3d418362d2
commit
5ef33d1467
|
@ -75,7 +75,7 @@ macro (install_readme input output)
|
||||||
set(CRLFSTYLE "CRLF")
|
set(CRLFSTYLE "CRLF")
|
||||||
endif ()
|
endif ()
|
||||||
install(
|
install(
|
||||||
CODE "configure_file(${PROJECT_SOURCE_DIR}/${input} \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${where}${PKG_VERSION}/${output} NEWLINE_STYLE ${CRLFSTYLE})"
|
CODE "configure_file(${PROJECT_SOURCE_DIR}/${input} \$ENV{DESTDIR}\/${where}${PKG_VERSION}/${output} NEWLINE_STYLE ${CRLFSTYLE})"
|
||||||
)
|
)
|
||||||
endmacro ()
|
endmacro ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue