Skip to content

Commit

Permalink
Cmake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Sep 4, 2023
1 parent 3f23f6d commit b8b1e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
# Sfizz doesn't want to compile on aarch64 linux here...
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
set(ENABLE_SFIZZ OFF)
else()
endif()

function(message)
if (NOT MESSAGE_QUIET)
Expand Down

0 comments on commit b8b1e19

Please sign in to comment.