Skip to content

Commit 8f7f620

Browse files
committed
fix license in distribution
1 parent efbb975 commit 8f7f620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(ENABLE_DISTRIBUTION)
1111
set(CPACK_PACKAGE_VENDOR "SimVascular.org")
1212
set(CPACK_PACKAGE_CONTACT "SimVascular <sv@simvascular.org>")
1313
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "svZeroDSolver is a fast lumped-parameter solver for blood flow and pressure in hemodynamic networks")
14-
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt")
14+
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
1515
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/readme.txt")
1616

1717
# define executale file name

0 commit comments

Comments
 (0)