Skip to content

Commit

Permalink
Remove the riff-test-util from the packaging
Browse files Browse the repository at this point in the history
`riff-test-util` prevents the notarization
  • Loading branch information
crsib committed Mar 4, 2024
1 parent 93f65bf commit a87d94b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,8 @@ if( "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" )
PATTERN "*.dSYM" EXCLUDE
PATTERN "image-compiler" EXCLUDE
PATTERN "image-compiler.exe" EXCLUDE
PATTERN "riff-test-util" EXCLUDE
PATTERN "riff-test-util.exe" EXCLUDE
)
else()
if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
Expand Down

0 comments on commit a87d94b

Please sign in to comment.