Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 24, 2024
1 parent 4e85ea9 commit 3f9afd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- name: Install Dependencies
shell: bash
Expand Down Expand Up @@ -61,5 +63,6 @@ jobs:
if: always()
shell: bash
run: |
cat build/expversion.h
git status
ls -lR build
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ if(QUAKE_GENERATE_VERSION_HEADER)
OUTPUT_STRIP_TRAILING_WHITESPACE
OUTPUT_VARIABLE QUAKE_VERSION
)
message("Version is ${QUAKE_VERSION}")
file(WRITE ${VERSION_HEADER} "static const char* const expversion = \"${QUAKE_VERSION}\";\n")

set(COMMON_SOURCES ${COMMON_SOURCES} ${VERSION_HEADER})
Expand Down

0 comments on commit 3f9afd9

Please sign in to comment.