Skip to content

Commit

Permalink
build(cmake): silence unset variable warning on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Aug 4, 2024
1 parent 1067eae commit 4260a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ if(WIN32)
else()
set(_package_file_name_suffix "-windows-unknown")
endif()
else()
set(_package_file_name_suffix "")
endif()

if(ZEAL_PORTABLE_BUILD)
Expand Down

0 comments on commit 4260a45

Please sign in to comment.