-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Advanced Docking System (#423)
* Update ADS to 4.2.1 from 4.0.1 * More verbose version messages * Set ManiVault version in cmake
- Loading branch information
Showing
5 changed files
with
59 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef MANIVAULTVERSION_H_IN_H | ||
#define MANIVAULTVERSION_H_IN_H | ||
|
||
#include <cstdint> | ||
|
||
// Set ManiVault versions as defined in core/HDPS/CMakeList.txt | ||
|
||
constexpr std::int32_t MV_VERSION_MAJOR = @PROJECT_VERSION_MAJOR@; | ||
constexpr std::int32_t MV_VERSION_MINOR = @PROJECT_VERSION_MINOR@; | ||
constexpr std::int32_t MV_VERSION_PATCH = @PROJECT_VERSION_PATCH@; | ||
|
||
#endif //MANIVAULTVERSION_H_IN_H |
Submodule advanced_docking
updated
119 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters