Skip to content

Add a SV_BUILD_DATE option to set the install date #27

@ktbolt

Description

@ktbolt

The plugin CMake currently creates its install directory using the SimVascular build date it builds from and the date the plugin itself is built. This may produce a plugin install date different from the current SimTK SimVascular install date which will cause the plugin not to load.

To set a build date different from the SimVascular build date add a SV_BUILD_DATE variable to CMake that can be set from the command line like this

cmake .. -DSV_BUILD_DATE=2022-07-20  -DACCEPT_DOWNLOAD_EXTERNALS=ON 

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions