Skip to content

Commit

Permalink
point to correct license file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Jan 9, 2025
1 parent b652edc commit adcd7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PackageWin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message("Will create .msi installer")
# This is for WiX so that it does not complain about unsupported WiX License
# file extension.
configure_file(
"${CMAKE_SOURCE_DIR}/LICENSE" "${CMAKE_BINARY_DIR}/LICENSE.txt" COPYONLY
"${CMAKE_SOURCE_DIR}/COPYING" "${CMAKE_BINARY_DIR}/LICENSE.txt" COPYONLY
)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR}/LICENSE.txt")

Expand Down

0 comments on commit adcd7ec

Please sign in to comment.