Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a SV_BUILD_DATE option to set the install date #27

Open
ktbolt opened this issue Jul 26, 2022 · 0 comments
Open

Add a SV_BUILD_DATE option to set the install date #27

ktbolt opened this issue Jul 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ktbolt
Copy link
Contributor

ktbolt commented Jul 26, 2022

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 
@ktbolt ktbolt added the enhancement New feature or request label Jul 26, 2022
@ktbolt ktbolt self-assigned this Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant