1
0
Fork 0

fix the location for README and LICENSE

This commit is contained in:
Wilfried Goesgens 2017-04-21 13:24:18 +02:00
parent 3d418362d2
commit 5ef33d1467
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ macro (install_readme input output)
set(CRLFSTYLE "CRLF")
endif ()
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 ()