Skip to content

Commit

Permalink
Update config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
octoflar authored Jun 26, 2024
1 parent 9baad83 commit cca23c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cxx-filtered/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const std::string project_url = "@PROJECT_URL@"; // NOLINT

/// The project name, version, and revision.
const std::string project_long_name
= project_revision.empty() ? "@PROJECT_NAME@-@PROJECT_VERSION@" : "@PROJECT_NAME@-@PROJECT_VERSION@-@PROJECT_REVISION@"; // NOLINT
= project_revision.empty() ? "@PROJECT_NAME@-@PROJECT_VERSION@" : "@PROJECT_NAME@-@PROJECT_VERSION@ @PROJECT_REVISION@"; // NOLINT

/// The composite name of the operating system the project is compiled for.
const std::string system_name = "@CMAKE_SYSTEM@"; // NOLINT
Expand Down

0 comments on commit cca23c2

Please sign in to comment.