Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 253e58b

Browse files
committed
feat: Build type in version
1 parent c017faf commit 253e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version/id.cpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace cacos::version::build {
66

77
std::string_view timestamp() {
88
using namespace std::string_view_literals;
9-
return "@BUILD_TIMESTAMP@"sv;
9+
return "@BUILD_TIMESTAMP@ (@CMAKE_BUILD_TYPE@)"sv;
1010
}
1111

1212
} // namespace cacos::version::build

0 commit comments

Comments
 (0)