Skip to content

Commit

Permalink
format cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Oct 23, 2024
1 parent b215566 commit d4b3728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ elseif(UNIX)
# rpm-specific
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)
if(UNIX
AND NOT APPLE
AND EXISTS /etc/os-release)
AND NOT APPLE
AND EXISTS /etc/os-release)
file(READ /etc/os-release DISTRO_INFO)
if(DISTRO_INFO MATCHES "SUSE")
# Note: Different from Fedora 36, the SQLite library we need is not a dependency
Expand Down

0 comments on commit d4b3728

Please sign in to comment.