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