Remove extraneous ifdef

This commit is contained in:
Joshua Peisach 2025-06-30 22:21:08 -04:00 committed by GitHub
parent c2068311eb
commit 3a030e3ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -677,6 +677,4 @@ else()
set(CPACK_GENERATOR TGZ) set(CPACK_GENERATOR TGZ)
endif() endif()
if(NOT NINTENDO_3DS) include(CPack)
include(CPack)
endif()