We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbb975 commit 8f7f620Copy full SHA for 8f7f620
distribution/CMakeLists.txt
@@ -11,7 +11,7 @@ if(ENABLE_DISTRIBUTION)
11
set(CPACK_PACKAGE_VENDOR "SimVascular.org")
12
set(CPACK_PACKAGE_CONTACT "SimVascular <sv@simvascular.org>")
13
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")
+ set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
15
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/readme.txt")
16
17
# define executale file name
0 commit comments