Minor license path fixes (#6551)

* Fix CMakeLists
* Fix splash.cc
This commit is contained in:
Thanatomanic
2022-08-18 20:58:50 +02:00
committed by GitHub
parent 6f53844b74
commit c58f582505
2 changed files with 2 additions and 2 deletions

View File

@@ -725,7 +725,7 @@ add_custom_target(
# End generating AboutThisBuild.txt
install(FILES AUTHORS.txt DESTINATION "${CREDITSDIR}")
install(FILES LICENSE.txt DESTINATION "${LICENCEDIR}")
install(FILES LICENSE DESTINATION "${LICENCEDIR}")
install(FILES "${CMAKE_BINARY_DIR}/AboutThisBuild.txt"
DESTINATION "${CREDITSDIR}")
install(